RF_IPRD_LOC_LVW

(SQL View)
Index Back

Installed Product Location

This view returns all of the effective, active locations with the corresponding related language description.

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

  • Related Language Record for RF_IPRD_LOC_VW
  • # 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 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description