POS_TREENODE_V2(SQL View) |
Index Back |
---|---|
POS TREENODE VIEWView of position tree treenodes. This is a view over POS_HDR_TBL which gives us the tree nodes defined for a cash/position tree. |
SELECT SETID ,TREE_NAME ,TREE_NODE ,DESCR ,NOTES_254 FROM PS_POS_HDR_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | Character(18) | VARCHAR2(18) NOT NULL | Tree Name | |
3 | Character(20) | VARCHAR2(20) NOT NULL | Node name | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | NOTES_254 | Character(254) | VARCHAR2(254) NOT NULL | Represents a field that allows free form text on the position tree setup panels. |