RBI_FASRCH_BAVW(SQL View) |
Index Back |
---|---|
Fin Acct Search ViewFin Acct Search View for Billing Account Number |
SELECT RBTACCTNO ,A.RBTBILLSYSTEM ,F.SYNCID ,RBTACCTNAME ,RBTACCTSTATUS FROM PS_RBF_FIN_ACCOUNT F , PS_RBT_ACCOUNT A WHERE F.RBTACCTID = A.RBTACCTID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RBTACCTNO | Character(20) | VARCHAR2(20) NOT NULL | Account No |
2 | RBTBILLSYSTEM | Character(4) | VARCHAR2(4) NOT NULL |
Billing System
BSCS=BSCS DOX=AmDocs KEN=Kenan PRSF=Portal |
3 | 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. |
4 | RBTACCTNAME | Character(30) | VARCHAR2(30) NOT NULL | Account Name |
5 | RBTACCTSTATUS | Character(4) | VARCHAR2(4) NOT NULL |
Account Status
ACT=Active CLOS=Closed HOLD=On Hold PEND=Pending Activation |