| PSTREELVLNUMVW(SQL View) | Index Back | 
|---|---|
| Tree Mgr Level Page | 
| SELECT DISTINCT LVL.SETID ,LVL.TREE_NAME , LVL.TREE_LEVEL_NUM , LVL.TREE_LEVEL , LVL_VW.DESCR FROM PSTREELEVEL LVL , PS_TREE_LEVEL_VW LVL_VW WHERE LVL_VW.TREE_LEVEL = LVL.TREE_LEVEL | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Tree Structure Summary Detail Tree SetId | |
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Tree Structure Summary Detail Tree Name | |
| 3 | Number(3,0) | SMALLINT NOT NULL | Parent tree level if this is a part of the PSTREEBRANCH record | |
| 4 | TREE_LEVEL | Character(10) | VARCHAR2(10) NOT NULL | Tree Level Number | 
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |