[Home] [Help]
[Dependency Information]
| Object Name: | FII_CUST_ACCOUNTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FII.FII_CUST_ACCOUNTS_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Customer Account ID | ||
| VALUE | VARCHAR2 | (4000) | Customer Account Number | |
| PARTY_ID | NUMBER | Customer Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, PARTY_ID
FROM APPS.FII_CUST_ACCOUNTS_V;
APPS
FND_MESSAGE
- show dependent code
HZ_CUST_ACCOUNTS
PUBLIC
DUAL
APPS.FII_CUST_ACCOUNTS_V is not referenced by any database object
|
|
|
|