GPES_EMP_ORG_VW(SQL View) |
Index Back |
---|---|
Personal DataPersonal Data |
SELECT SEC.OPRID , A.PER_ORG , A.EMPLID , SEC.ROWSECCLASS , SEC.NAME FROM PS_PER_ORG_ASGN A , PS_PERS_SRCH_GBL SEC WHERE A.EMPLID = SEC.EMPLID AND A.EMPL_RCD = SEC.EMPL_RCD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
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 |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
4 | ROWSECCLASS | Character(30) | VARCHAR2(30) NOT NULL | The class used to determine row level security |
5 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |