PA_JOB_DATA_EMP(SQL View) |
Index Back |
---|---|
add Rec for EmpSearch record that allows a Job instance to be created for an EMP. |
SELECT DISTINCT D.OPRID ,A.EMPLID ,C.EMPL_RCD_PAYEE ,B.NAME ,B.LAST_NAME_SRCH ,'EMP' FROM PS_PERSON A , PS_PERSON_NAME B , PS_PA_RT_EMP_SETUP C , PS_PERS_SRCH_GBL D WHERE A.EMPLID = B.EMPLID AND A.EMPLID = C.EMPLID_PAYEE AND A.EMPLID = D.EMPLID |
# | 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 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERS_SRCH_GBL |
3 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
4 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
5 | LAST_NAME_SRCH | Character(30) | VARCHAR2(30) NOT NULL | Last Name |
6 | 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 |