[Home] [Help]
[Dependency Information]
Object Name: | ENI_ITEM_PROD_LEAF_CAT_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This View contains the Leaf Node Product Categories
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | Internal category ID | ||
VALUE | VARCHAR2 | (322) | Category description ( Category Name) |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
FROM APPS.ENI_ITEM_PROD_LEAF_CAT_V;
APPS.ENI_ITEM_PROD_LEAF_CAT_V is not referenced by any database object
|
|
|