PC_BU_TREE_VW(SQL View) |
Index Back |
---|---|
Project Tree PromptA view that selects all Project trees with the PROJECT_BU structure. Primarily used as a prompt view. |
SELECT DISTINCT %Substring(SETCNTRLVALUE, 1, 5) , TREE_NAME , 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 | Business Unit | |
2 | Character(18) | VARCHAR2(18) NOT NULL | Tree Name | |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |