SET_VLD_HR_03

(SQL View)
Index Back

Valid Setids for HR_03-Locs

This view shows all SETIDs that are valid to be used for the records in the Record Group HR-03 -LOCATIONS. These records all use the SetControlField - BUSINESS_UNIT. These setids must have setcntrlvalues that exist in the BUS_UNIT_TBL_HR (ie are actually controlled by a business unit)

SELECT DISTINCT(A.SETID) , B.DESCR FROM PS_SET_CNTRL_GROUP A , PS_SETID_TBL B WHERE A.REC_GROUP_ID = 'HR_03' AND A.SETCNTRLVALUE IN ( SELECT BUSINESS_UNIT FROM PS_BUS_UNIT_TBL_HR) AND A.SETID = B.SETID

  • Related Language Record: SET_VLD_HR03_LN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description