ROT_ACCT_SRC_VW(SQL View) |
Index Back |
---|---|
Billing Account ViewThis is a Communication view of Customer Billing Account information. |
SELECT A.SYNCID , B.RBTACCTNO FROM PS_RO_HEADER A , PS_RBT_ACCOUNT B WHERE A.RBTACCTID = B.RBTACCTID UNION SELECT A.SYNCID , B.RBTACCTNO FROM PS_RO_HEADER A , PS_RBT_ACCOUNT B , PS_RO_LINE L WHERE B.RBTACCTID = L.RBTACCTID AND L.CAPTURE_ID = A.CAPTURE_ID AND L.RBTACCTID <> A.RBTACCTID AND l.RBTACCTID <> ' ' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | RBTACCTNO | Character(20) | VARCHAR2(20) NOT NULL | Account No |