HRS_APP_RTE_VW

(SQL View)
Index Back

Applicant Route View

This is an interface view of the HRS_APP_RTE table. This view should always be used to access date in the HRS_APP_RTE table outside of the Applicant Tracking module.

SELECT A.HRS_PERSON_ID ,A.HRS_RCMNT_ID ,A.HRS_RTE_ID ,A.HRS_RTE_STTS ,A.HRS_STTS_DT ,A.HRS_STTS_RSN ,%subrec(HRS_AUDIT_SBR,A) FROM PS_HRS_APP_RTE A

# 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_RTE_ID Number(15,0) DECIMAL(15) NOT NULL Route ID
4 HRS_RTE_STTS Character(3) VARCHAR2(3) NOT NULL Indicates the routing status of a candidate with respect to a recruitment tracking event.
5 HRS_STTS_DT Date(10) DATE Status Date
6 HRS_STTS_RSN Character(3) VARCHAR2(3) NOT NULL Identifies a reason associated with a particular status.
7 HRS_ROW_ADD_DTTM DateTime(26) TIMESTAMP Row Added DateTime
8 HRS_ROW_ADD_OPRID Character(30) VARCHAR2(30) NOT NULL Row Added Operator Id
9 HRS_ROW_UPD_DTTM DateTime(26) TIMESTAMP Row Updated DateTime
10 HRS_ROW_UPD_OPRID Character(30) VARCHAR2(30) NOT NULL Row Updated Operator Id