PROJ_SCRTY_VW

(SQL View)
Index Back

Project Tree Security View

This view joins the project table to the tree table and shows the range of tree nodes which represent all the projects children.

SELECT %Substring(A.SETCNTRLVALUE, 1, 5) ,A.TREE_NAME ,A.EFFDT ,B.PROJECT_ID ,B.BUSINESS_UNIT ,B.DESCR FROM PSTREENODE A , PS_PROJECT B WHERE A.TREE_NODE = B.PROJECT_ID AND A.SETCNTRLVALUE = B.BUSINESS_UNIT

  • Related Language Record: PROJ_SCRTY_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 TREE_BU Character(5) VARCHAR2(5) NOT NULL Tree Business Unit
    2 TREE_NAME Character(18) VARCHAR2(18) NOT NULL Tree Name
    3 TREE_EFFDT Date(10) DATE NOT NULL Effective date of the Tree
    4 PROJECT_ID Character(15) VARCHAR2(15) NOT NULL Project Id ChartField
    5 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description