RG_LOCTN_WRKLVW

(SQL View)
Index Back

Rel Lang-Location-Worker View

RG_LOCTN_WRKLVW is the language record related to RG_LOCTN_WRK_VW. A related language record enables text fields on a table to be translated into various languages for use in other countries.

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

  • Related Language Record for RG_LOCTN_WRK_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID_LOCATION Character(5) VARCHAR2(5) NOT NULL Location SetID

    Prompt Table: SP_SETID_NONVW

    2 LOCATION Character(15) VARCHAR2(15) NOT NULL This field stores the Location Code.
    3 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 DESCR_AC Character(30) VARCHAR2(30) NOT NULL Alternate Description
    7 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description