RBT_ACCOUNT_VW(SQL View) |
Index Back |
---|---|
Search Rec for Account CompCommunications Account search record |
SELECT A.RBTACCTID , A.RBTACCTNO , A.SETID , A.RBTPARENTACCTID , A.RBTSPONSOREDACCTID , A.RBTACCTNAME , A.RBTACCTTYPE , A.RBTACCTSTATUS , A.RBTCUST_BO_ID ,A.ROLE_TYPE_ID_CUST , C.BO_NAME ,A.BO_ID , A.SYNCID , A.MARKET FROM PS_RBT_ACCOUNT A , PS_BO C WHERE A.RBTCUST_BO_ID = C.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RBTACCTID | Character(15) | VARCHAR2(15) NOT NULL |
Unique service account indentifier
Default Value: NEXT |
2 | RBTACCTNO | Character(20) | VARCHAR2(20) NOT NULL | Account No |
3 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
4 | RBTPARENTACCTID | Character(15) | VARCHAR2(15) NOT NULL |
Parent Account Id
Prompt Table: RBT_PAR_ACCT_VW |
5 | RBTSPONSOREDACCTID | Character(15) | VARCHAR2(15) NOT NULL |
Sponsored Account Id
Prompt Table: RBT_SPOS_ACT_VW |
6 | RBTACCTNAME | Character(30) | VARCHAR2(30) NOT NULL | Account Name |
7 | RBTACCTTYPE | Character(4) | VARCHAR2(4) NOT NULL |
Determines the type of Billing Account.
IND=Individual Account NSUB=Parent Account PRE=Prepaid Account SPNR=Sponsored Account SPON=Sponsoring Account SUB=Subordinate Account |
8 | RBTACCTSTATUS | Character(4) | VARCHAR2(4) NOT NULL |
Account Status
ACT=Active CLOS=Closed HOLD=On Hold PEND=Pending Activation |
9 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL |
This field stores the Business Object ID for the customer.
Prompt Table: BC_NAME_PRM_VW2 |
10 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer |
11 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
12 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
13 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
14 | MARKET | Character(3) | VARCHAR2(3) NOT NULL | Market |