PROJ_SCRTY_VW(SQL View) |
Index Back |
---|---|
Project Tree Security ViewThis 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 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Tree Business Unit | |
2 | Character(18) | VARCHAR2(18) NOT NULL | Tree Name | |
3 | Date(10) | DATE NOT NULL | Effective date of the Tree | |
4 | 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 |