RC_WKR_LCTN_LVW

(SQL View)
Index Back

Location for a Worker

This view is used in the worker 360 to display the location

SELECT A.BO_ID , C.LANGUAGE_CD ,C.DESCR FROM PS_RD_PERSON A , PS_RB_WORKER B , PS_LOCATION_LANG C WHERE B.PERSON_ID = A.PERSON_ID AND C.SETID = B.SETID_LOCATION AND C.LOCATION = B.LOCATION AND C.EFFDT = ( SELECT MAX(C1.EFFDT) FROM PS_LOCATION_TBL C1 WHERE C1.SETID = C.SETID AND C1.LOCATION = C.LOCATION AND C1.EFFDT <= %CurrentDateIn AND C1.EFF_STATUS = 'A')

  • Related Language Record for RC_WKR_LCTN_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
    2 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description