PROJ_TREE_VW(SQL View) |
Index Back |
|---|---|
Project Tree Names |
| SELECT %Substring(setcntrlvalue, 1, 5) ,tree_name ,effdt ,tree_strct_id ,descr FROM PSTREEDEFN WHERE tree_strct_id = 'PROJECT_BU' |
| # | 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 | TREE_EFFDT | Date(10) | DATE | Effective date of the Tree |
| 4 | TREE_STRCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Tree Structure Name (see PSTREESTRCT).
Prompt Table: TED_STRCT_VW |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |