RC_SRCH_LCTN_VW

(SQL View)
Index Back

HelpDesk Locations

View used for displaying location information for HelpDesk.

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

  • Related Language Record: RC_SRCH_LCTNLVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
    2 LOCATION Character(15) VARCHAR2(15) NOT NULL This field stores the Location Code.
    3 RC_LOC_DESCR Character(30) VARCHAR2(30) NOT NULL Descripton of the Location to be displayed in helpdesk page.