GPSG_PER_ORG_VW(SQL View) |
Index Back |
---|---|
View for HIRE an REHIRE dateThis view has been created for SGP to retrieve EMPLID and PER_ORG for an employee |
SELECT A.EMPLID ,A.PER_ORG FROM PS_JOB A WHERE A.EFFDT=( SELECT MAX(B.EFFDT) FROM PS_JOB B WHERE A.EMPLID=B.EMPLID AND B.EFFDT<=%CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | 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 |