ORIG_HIR_RCD_VW(SQL View) |
Index Back |
---|---|
Original Hire Date by EMPL_RCDReturns the original Hire Date for the Person based on the PER_ORG associated with their EMP_RCD from PS_PERSON_ORG |
SELECT A.EMPLID , A.ORG_INSTANCE_ERN ,A.PER_ORG , A.ORIG_HIRE_DT FROM PS_PER_ORG_INST A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Rcd Nbr |
3 | PER_ORG | Character(3) | VARCHAR2(3) NOT NULL |
Defines the Organizational Relationship(s) that a Person has to the Organization. These are Employee, Contingent Worker, and Persons of Interest.
CWR=Contingent Worker EMP=Employee POI=Person of Interest |
4 | ORIG_HIRE_DT | Date(10) | DATE | Original Start Date |