LS_LOC_INST_LNG

(SQL View)
Index Back

View of Location Table

LS_LOC_INST_VW is a view of the LOCATION_TBL with a set control field of Institution. It was originally LOC_INST_VW but was changed due to HR changes. This is the related language for LS_LOC_INST_VW.

SELECT A.SETID , A.LOCATION , B.LANGUAGE_CD , A.EFFDT , B.DESCR , B.DESCRSHORT FROM PS_LOCATION_TBL A , PS_LOCATION_LANG B WHERE A.SETID = B.SETID AND A.LOCATION = B.LOCATION AND A.EFFDT = B.EFFDT

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

    Default Value: OPR_DEF_TBL_HR.SETID

    Prompt Table: SETID_TBL

    2 LOCATION Character(10) VARCHAR2(10) NOT NULL Location Code
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description