HR_SP_APPL_VW(SQL View) |
Index Back |
---|---|
Succession Planview used on processing for succession plan/ taletn pool: Search By Applicant |
SELECT APP.HRS_PERSON_ID ,APP.APPLID ,APP.APPLID , 0 , APP.APP_PER_STATUS FROM PS_HRS_APPLICANT APP WHERE APP.STATUS_CODE <> '030' AND APP.APP_PER_STATUS = 'E' AND EXISTS( SELECT RES.HRS_PERSON_ID FROM PS_HRS_APP_RES RES WHERE RES.HRS_PERSON_ID = APP.HRS_PERSON_ID) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
2 | APPLID | Character(11) | VARCHAR2(11) NOT NULL | External Job Applicant ID |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
4 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
5 | APP_PER_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Identifies the type of applicant - External Applicant, Employee or Non-Employee
A=External Applicant E=Employee N=Non-Employee Default Value: A |