HRS_BIP_JERPLVW(SQL View) |
Index Back |
---|---|
Used in XMLP report for Job Oused for XMLP report Print job Opening Employee Replacement |
SELECT A.HRS_JOB_OPENING_ID , A.EMPLID , B.NAME_DISPLAY FROM PS_HRS_JO_RPL A LEFT OUTER JOIN PS_HRS_ACT_PERS_I B ON(A.EMPLID = B.EMPLID) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_JOB_OPENING_ID | Number(15,0) | DECIMAL(15) NOT NULL | Job Opening Clone |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | NAME_DISPLAY | Character(50) | VARCHAR2(50) NOT NULL | Display Name - name formatted for Display based on the Country |