TRN_DPTDFT2_LNG

(SQL View)
Index Back

Training Dept Tree Excluded Vw

The Operator Security module uses this table to determine which employee data the operator can access. If the operator is granted access to a specified department, then they can access all employees assigned to that department.

SELECT B.SETID ,B.DEPTID ,LANGUAGE_CD ,B.DESCR FROM PSTREENODE A ,PS_DEPT_TBL_LANG B ,PS_SCRTY_TREE_VW C WHERE A.SETID = B.SETID AND A.TREE_NAME = 'DEPT_SECURITY' AND A.SETID = C.SETID AND A.EFFDT = C.EFFDT AND A.TREE_NODE = B.DEPTID

  • Related Language Record for TRN_DPT_DFT2_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 DEPTID Character(10) VARCHAR2(10) NOT NULL Department
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description