HRS_JO_LOC_I

(SQL View)
Index Back

Job Opening Location Interface

Job opening locations interface view

SELECT A.HRS_JOB_OPENING_ID , A.LOCATION , B.DESCR , A.OPENINGS_TARGET , A.HRS_JO_PRM_LOC_FLG , %subrec(HRS_AUDIT_SBR, A) FROM PS_HRS_JO_LOC A , PS_HRS_LOCATION_I B WHERE A.LOCATION = B.LOCATION AND %EffdtCheck(HRS_LOCATION_I C, B, %CURRENTDATEIN)

  • Related Language Record: HRS_JO_LOC_LN_I
  • Parent record: HRS_JOB_OPENING
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 HRS_JOB_OPENING_ID Number(15,0) DECIMAL(15) NOT NULL Job Opening Clone

    Prompt Table: HRS_JO_I

    2 LOCATION Character(10) VARCHAR2(10) NOT NULL Location Code

    Prompt Table: HRS_LOCATION_I

    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 OPENINGS_TARGET Number(3,0) SMALLINT NOT NULL Tracks number of target openings
    5 HRS_JO_PRM_LOC_FLG Character(1) VARCHAR2(1) NOT NULL Primary Location

    Y/N Table Edit

    Default Value: N

    6 HRS_ROW_ADD_DTTM DateTime(26) TIMESTAMP Row Added DateTime
    7 HRS_ROW_ADD_OPRID Character(30) VARCHAR2(30) NOT NULL Row Added Operator Id
    8 HRS_ROW_UPD_DTTM DateTime(26) TIMESTAMP Row Updated DateTime
    9 HRS_ROW_UPD_OPRID Character(30) VARCHAR2(30) NOT NULL Row Updated Operator Id