RF_IPTREEACTVW2(SQL View) |
Index Back |
---|---|
Tree Account ViewThis view is used by the Installed Product Hierarchy to retrieve a list of accounts by Customer. |
SELECT A.SETID , A.RBTACCTID , A.RBTACCTNAME , A.RBTACCTNO FROM PS_RBT_ACCOUNT A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | RBTACCTID | Character(15) | VARCHAR2(15) NOT NULL | Unique service account indentifier |
3 | RBTACCTNAME | Character(30) | VARCHAR2(30) NOT NULL | Account Name |
4 | RBTACCTNO | Character(20) | VARCHAR2(20) NOT NULL | Account No |