RBF_BO_ACCT_VW2

(SQL View)
Index Back

BO Account View

Displays all the accounts for Business object

SELECT DISTINCT FA.BO_ID_OWNER , SM.BUS_CONTACT_ID , FA.FIN_ACCOUNT_ID , FA.FIN_ACCOUNT_TYPE , FA.PROD_SETID , FA.PRODUCT_ID FROM PS_RBF_FIN_ACCOUNT FA ,PS_RBF_SRTY_MATRIX SM WHERE SM.ACCOUNT_REF_ID = FA.BO_ID AND SM.SRTY_FUNCTION_CD IN ('ALL', 'MWTH') AND SM.APPROVAL_FLG = 'Y'

# 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 BO_ID_CONTACT Number(31,0) DECIMAL(31) NOT NULL This field indicates the Business Object ID for the contact.
3 FIN_ACCOUNT_ID Character(20) VARCHAR2(20) NOT NULL Financial Account Number
4 FIN_ACCOUNT_TYPE Character(3) VARCHAR2(3) NOT NULL Account type
CHK=Checking
CRE=Credit
INV=Investment
LON=Loan
POL=Insurance
SAV=Savings
5 PROD_SETID Character(5) VARCHAR2(5) NOT NULL Product SET ID
6 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID