RF_IPTREE_ACTVW(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.RBTCUST_BO_ID , A.RBTACCTID , A.RBTACCTNAME , A.RBTACCTNO FROM PS_RBT_ACCOUNT A |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. | |
| 3 | Character(15) | VARCHAR2(15) NOT NULL | Unique service account indentifier | |
| 4 | RBTACCTNAME | Character(30) | VARCHAR2(30) NOT NULL | Account Name |
| 5 | RBTACCTNO | Character(20) | VARCHAR2(20) NOT NULL | Account No |