DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.FII_CUST_ACCOUNTS_V

Object Details
Object Name: FII_CUST_ACCOUNTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFII.FII_CUST_ACCOUNTS_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view is based on table hz_cust_accounts. It will contain information about the Customer Accounts.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER

Customer Account ID
VALUE VARCHAR2 (4000)
Customer Account Number
PARTY_ID NUMBER

Customer Identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID
,      VALUE
,      PARTY_ID
FROM APPS.FII_CUST_ACCOUNTS_V;

Dependencies

[top of page]

APPS.FII_CUST_ACCOUNTS_V references the following:

SchemaAPPS
PL/SQL PackageFND_MESSAGE - show dependent code
SynonymHZ_CUST_ACCOUNTS
SchemaPUBLIC
SynonymDUAL

APPS.FII_CUST_ACCOUNTS_V is not referenced by any database object