EPO_TREESET_VW(SQL View) |
Index Back |
|---|---|
DepartmentTree Definition ViewTree Definition |
| SELECT DISTINCT TR.SETID , ID.DESCR FROM PSTREEDEFN TR , PS_SETID_TBL ID WHERE TR.SETID = ID.SETID AND TR.SETID <> ' ' AND TR.TREE_STRCT_ID = 'DEPARTMENT' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |