NVSALLTREEND_VW | |
View: PS_NVSALLTREEND_VW |
| Platform | View Text |
|---|---|
| Default | SELECT a.SETID , a.TREE_NAME , b.TREE_NODE , a.EFFDT , b.DESCR FROM PSTREENODE a , PS_TREE_NODE_TBL b WHERE a.SETID = b.SETID AND a.TREE_NODE = b.TREE_NODE AND b.EFF_STATUS = 'A' AND b.EFFDT = ( SELECT MAX(c.EFFDT) FROM PS_TREE_NODE_TBL c WHERE c.SETID = a.SETID AND c.TREE_NODE = a.TREE_NODE AND c.EFF_STATUS = 'A' AND c.EFFDT <= a.EFFDT) |
| PeopleSoft Field Name | Description |
|---|---|
SETCNTRLVALUE | Tree Definition User Key Value |
TREE_NAME | Tree Name |
TREE_NODE | Node name |
EFFDT | Effective Date |
| DESCR | Description |
Author: PeopleTools | |
| Return to Index | © Go-Faster Consultancy Ltd. Last updated 24 July 2010 |