RC_LOCATION_LNG

(SQL View)
Index Back

Location Related Language

Related Language view for Location record

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

  • Related Language Record for RC_LOCATION_VW1
  • # 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 LOCATION Character(15) VARCHAR2(15) NOT NULL This field stores the Location Code.
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 RC_LOC_DESCR Character(30) VARCHAR2(30) NOT NULL Descripton of the Location to be displayed in helpdesk page.