FND Design Data [Home] [Help]

View: FII_CUST_ACCOUNTS_V

Product: FII - Financial Intelligence (Obsolete)
Description: This view is based on table hz_cust_accounts. It will contain information about the Customer Accounts.
Implementation/DBA Data: Not implemented in this database
View Text

SELECT HZA.CUST_ACCOUNT_ID ID
, HZA.ACCOUNT_NUMBER VALUE
, PARTY_ID PARTY_ID
FROM HZ_CUST_ACCOUNTS HZA UNION ALL SELECT -2 ID
, FND_MESSAGE.GET_STRING('FII'
, 'FII_AR_UNID_CUSTOMER') VALUE
, -2 PARTY_ID
FROM DUAL

Columns

Name
ID
VALUE
PARTY_ID