PC_DEL_TREE_VW

(SQL View)
Index Back

Project Tree Names View

This view is used as a prompt table for the TREE_NAME field for use in the Project Delete utility.

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 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 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