[Home] [Help]
[Dependency Information]
| Object Name: | FII_AR_CUST_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FII.FII_AR_CUST_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
This view contains the Party Hierarchy and Customer Account Number(s) for the FII view of Customer Dimension.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Next Level Party Identifier | ||
| VALUE | VARCHAR2 | (4000) | Name of the Party | |
| PARENT_VALUE | VARCHAR2 | (360) | Parent party of the party as defined in the party hierarchy |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, PARENT_VALUE
FROM APPS.FII_AR_CUST_LOV_V;
APPS
FII_CUSTOMER_HIERARCHIES
FND_MESSAGE
- show dependent code
HZ_PARTIES
PUBLIC
DUAL
APPS.FII_AR_CUST_LOV_V is not referenced by any database object
|
|
|
|