RC_BILL_AC_VW(SQL View) |
Index Back |
---|---|
CUST_ACCT_NBR Issue search vwIssue search view for CUST_ACCT_NBR |
SELECT A.SETID , A.RBTCUST_BO_ID , A.RBTACCTID , A.RBTACCTNO , A.RBTACCTNAME FROM PS_RBT_ACCOUNT A |
# | 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. |
2 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
3 | RBTACCTID | Character(15) | VARCHAR2(15) NOT NULL | Unique service account indentifier |
4 | RBTACCTNO | Character(20) | VARCHAR2(20) NOT NULL | Account No |
5 | RBTACCTNAME | Character(30) | VARCHAR2(30) NOT NULL | Account Name |