RCT_ACCOUNT_VW(SQL View) |
Index Back |
---|---|
Search view for Account |
SELECT A.SETID , A.RBTACCTNO , A.RBTACCTID , B.BO_ID , B.BO_NAME FROM PS_RBT_ACCOUNT A , PS_BO_NAME B WHERE A.RBTCUST_BO_ID = B.BO_ID AND A.RBTACCTSTATUS = 'ACT' AND B.PRIMARY_IND = 'Y' |
# | 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.
Prompt Table: SP_SETID_NONVW |
2 | RBTACCTNO | Character(20) | VARCHAR2(20) NOT NULL | Account No |
3 | RBTACCTID | Character(15) | VARCHAR2(15) NOT NULL | Unique service account indentifier |
4 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
5 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |