POS_TREENODE_V2

(SQL View)
Index Back

POS TREENODE VIEW

View 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

  • Related Language Record: POS_HDR_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 TREE_NAME Character(18) VARCHAR2(18) NOT NULL Tree Name
    3 TREE_NODE 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.