RF_IPRD_DEPTLVW

(SQL View)
Index Back

Department Rel Lang View

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

SELECT A.SETID , A.DEPTID , B.LANGUAGE_CD , B.DESCR FROM PS_DEPT_TBL A , PS_DEPT_TBL_LANG B WHERE B.SETID = A.SETID AND B.DEPTID = A.DEPTID AND B.EFFDT = A.EFFDT

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