RF_CAT_LOC_VW

(SQL View)
Index Back

Agreement Category: Location

Used to display the location name as an Internal Agreement Category

SELECT A.SETID , A.LOCATION , A.DESCR FROM PS_LOCATION_TBL A WHERE A.EFF_STATUS = 'A' AND EFFDT = ( SELECT MAX(B.EFFDT) FROM PS_LOCATION_TBL B WHERE B.SETID = A.SETID AND B.LOCATION = A.LOCATION AND B.EFFDT <= %CurrentDateIn)

  • Related Language Record: RF_CAT_LOC_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID_LOCATION Character(5) VARCHAR2(5) NOT NULL Location SetID
    2 LOCATION Character(15) VARCHAR2(15) NOT NULL This field stores the Location Code.
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description