[Home] [Help]
[Dependency Information]
Object Name: | ENI_ITEM_VBH_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 lists the category ids for the product category hierarchies
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | The Catalog Category Identifier | ||
VALUE | VARCHAR2 | (406) | The Catalog Category Name | |
PARENT_ID | NUMBER | The Parent Catalog Category Identifier | ||
NODE | VARCHAR2 | (40) | The Value of the Category Node | |
CATEGORY_SET_ID | NUMBER | Yes | The Category Set Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, PARENT_ID
, NODE
, CATEGORY_SET_ID
FROM APPS.ENI_ITEM_VBH_CAT_V;
APPS.ENI_ITEM_VBH_CAT_V is not referenced by any database object
|
|
|