ORIG_HIRE_VW(SQL View) |
Index Back |
|---|---|
Minimum Orig_hire_DtSelects the minimum ORIG_HIRE_DT from PER_ORG_INST for the EMPLID and the PER_ORG. |
| SELECT A.EMPLID ,A.PER_ORG ,MIN(A.ORIG_HIRE_DT) FROM PS_PER_ORG_INST A GROUP BY A.EMPLID , A.PER_ORG |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
| 2 | 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 |
|
| 3 | ORIG_HIRE_DT | Date(10) | DATE | Original Start Date |