RCF_FIN_ACT_VW5(SQL View) |
Index Back |
---|---|
Customer Account ViewThis is a Financial view of Customer Account information. |
SELECT FA.BO_ID_OWNER , FA.CUST_ACCT_NBR , FA.FIN_ACCOUNT_TYPE , FA.FIN_ACCOUNT_ID FROM PS_RBF_FIN_ACCOUNT FA |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
2 | CUST_ACCT_NBR | Character(20) | VARCHAR2(20) NOT NULL | This is the Customer defined Account Number for a financial account |
3 | FIN_ACCOUNT_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Account type
CHK=Checking CRE=Credit INV=Investment LON=Loan POL=Insurance SAV=Savings |
4 | FIN_ACCOUNT_ID | Character(20) | VARCHAR2(20) NOT NULL | Financial Account Number |