HRS_NTF_INT_VW

(SQL View)
Index Back

view of Applicant notify

View used to count viewed Application interview notifications for Candidate Gateway

SELECT A.HRS_PERSON_ID , A.HRS_SEQ_NUM , A.HRS_RCMNT_ID , A.HRS_RCM_INT_ID FROM PS_HRS_APP_NTF_CNT A , PS_HRS_RCMNT B WHERE A.HRS_RECNAME_1 = 'HRS_RCM_INT' AND A.HRS_PERSON_ID = B.HRS_PERSON_ID AND A.HRS_RCMNT_ID = B.HRS_RCMNT_ID AND B.HRS_LOGICAL_DELETE <> 'Y'

# 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_SEQ_NUM Number(3,0) SMALLINT NOT NULL Sequence Number
3 HRS_RCMNT_ID Number(15,0) DECIMAL(15) NOT NULL App Tracking Recruitment ID
4 HRS_RCM_INT_ID Number(15,0) DECIMAL(15) NOT NULL Recruitment Interview ID