HRS_STSRSN_LNG2

(SQL View)
Index Back

Route Status Reason View

Identifies a set of route status reasons.

SELECT A.STATUS_AREA , A.STATUS_CODE , A.STATUS_REASON , A.LANGUAGE_CD , A.DESCR , A.DESCRSHORT FROM PS_HRS_STS_RSN_LNG A WHERE A.STATUS_AREA = '3'

  • Related Language Record for HRS_RSN_WDRAW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 STATUS_AREA Character(1) VARCHAR2(1) NOT NULL Defines an area in the system that track statuses.
    1=1-Job Opening
    2=2-Applicant
    3=3-Recruitment Summary
    4=4-Route
    5=5-Interview
    6=6-Offer
    2 HRS_RTE_STTS Character(3) VARCHAR2(3) NOT NULL Indicates the routing status of a candidate with respect to a recruitment tracking event.
    3 HRS_STTS_RSN Character(3) VARCHAR2(3) NOT NULL Identifies a reason associated with a particular status.
    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description