HRS_RES_PRF_VWL(SQL View) |
Index Back |
---|---|
ResumeView of Applicant Resume. The HRS_PERSON_ID field is moved to the key in the view for the page processor to automatically display the resumes. |
SELECT A.HRS_PERSON_ID , B.HRS_PROFILE_SEQ , A.HRS_RESUME_ID , C.LANGUAGE_CD , C.HRS_RESUME_TITLE FROM PS_HRS_APP_RES A , PS_HRS_APP_PROFILE B , PS_HRS_APP_RES_LNG C WHERE A.HRS_RESUME_ID=B.HRS_RESUME_ID AND C.HRS_PERSON_ID = A.HRS_PERSON_ID AND C.HRS_RESUME_ID = A.HRS_RESUME_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 | HRS_PROFILE_SEQ | Number(3,0) | SMALLINT NOT NULL | Profile sequece |
3 | HRS_RESUME_ID | Number(15,0) | DECIMAL(15) NOT NULL | Resume id |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | HRS_RESUME_TITLE | Character(60) | VARCHAR2(60) NOT NULL | Profile ID |