RF_CRITLOC_VW

(SQL View)
Index Back

Person criteria - location

Used to display the location name on the Worker and Provider Group criteria pages.

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_CRITLOC_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID_WRK Character(5) VARCHAR2(5) NOT NULL SetID
    2 LOCATION Character(15) VARCHAR2(15) NOT NULL This field stores the Location Code.
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description