[Home] [Help]
[Dependency Information]
Object Name: | FII_CUST_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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_PARTIES. It will contain information about the Customers.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | Customer Identifier | ||
VALUE | VARCHAR2 | (4000) | Customer Name |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
FROM APPS.FII_CUST_V;
APPS.FII_CUST_V is not referenced by any database object
|
|
|