HRS_RSN_RTE_I

(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.DESCR , A.DESCRSHORT FROM PS_HRS_STSRSN_TBL A WHERE A.STATUS_AREA = '4'

  • Related Language Record: HRS_STS_RSN_LNG
  • Parent record: HRS_STS_TBL
  • # 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 STATUS_CODE Character(3) VARCHAR2(3) NOT NULL Identifies a status.

    Prompt Table: HRS_STS_TBL

    3 STATUS_REASON Character(3) VARCHAR2(3) NOT NULL Identifies a reason associated with a particular status.
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description