RBF_CONT_ACT_VW(SQL View) |
Index Back |
---|---|
Account View for IssueView displays Account list of a contact person |
SELECT DISTINCT FA.BO_ID_OWNER , SM.BUS_CONTACT_ID ,FA.FIN_ACCOUNT_ID ,FIN_ACCOUNT_TYPE FROM PS_RBF_SRTY_MATRIX SM , PS_RBF_FIN_ACCOUNT FA WHERE SM.ACCOUNT_REF_ID = FA.BO_ID AND SM.APPROVAL_FLG = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. | |
2 | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. | |
3 | 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 |