HRS_APPAPLC_LVW

(SQL View)
Index Back

My Applications

Applicant's Applications on Home page

SELECT A.HRS_PERSON_ID , A.HRS_RCMNT_ID , A.HRS_PROFILE_SEQ , A.HRS_JOB_OPENING_ID , C.POSTING_TITLE ,D.DESCR , D.DESCRSHORT FROM PS_HRS_RCMNT_I A ,PS_HRS_JO_LN_I C , PS_HRS_STS_LNG D , PS_HRS_APP_PROFILE E WHERE A.HRS_JOB_OPENING_ID=C.HRS_JOB_OPENING_ID AND A.STATUS_CODE=D.STATUS_CODE AND A.HRS_PERSON_ID= E.HRS_PERSON_ID AND A.HRS_PROFILE_SEQ = E.HRS_PROFILE_SEQ

# 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_RCMNT_ID Number(15,0) DECIMAL(15) NOT NULL App Tracking Recruitment ID
3 HRS_PROFILE_SEQ Number(3,0) SMALLINT NOT NULL Profile sequece
4 HRS_JOB_OPENING_ID Number(15,0) DECIMAL(15) NOT NULL Job Opening Clone
5 POSTING_TITLE Character(200) VARCHAR2(200) NOT NULL Job posting title
6 DESCR Character(30) VARCHAR2(30) NOT NULL Description
7 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description