TRNPRTR_ACC_LVL

(SQL View)
Index Back

TranPrtnr/AccTree Level Prompt

Tree Level Prompt for Transaction Partner /Account tree. Used by the FACTS feature

SELECT DISTINCT A.SETID , A.TREE_NAME , A.EFFDT , B.EFF_STATUS , A.TREE_LEVEL , A.TREE_LEVEL_NUM FROM PSTREELEVEL A , PSTREEDEFN B WHERE A.SETID = B.SETID AND A.TREE_NAME = B.TREE_NAME AND A.EFFDT = B.EFFDT

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
2 TRNPRTNR_ACCT_TREE Character(18) VARCHAR2(18) NOT NULL Transaction Partner Account Tree. Used by the FACTS I feature
3 EFFDT Date(10) DATE Effective Date
4 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive
5 TRNPRTNR_ACCT_LVL Character(10) VARCHAR2(10) NOT NULL Transaction Partner Acct Tree Level. Used by the FACTS I feature
6 TREE_LEVEL_NUM Number(3,0) SMALLINT NOT NULL Parent tree level if this is a part of the PSTREEBRANCH record