DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.ENI_ITEM_VBH_CAT_V

Object Details
Object Name: ENI_ITEM_VBH_CAT_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.ENI_ITEM_VBH_CAT_V references the following:

SchemaAPPS
SynonymENI_DENORM_HIERARCHIES
SynonymFND_LOOKUP_VALUES
ViewMTL_CATEGORIES_V
SynonymMTL_CATEGORY_SETS_B
SynonymMTL_CATEGORY_SET_VALID_CATS
SynonymMTL_DEFAULT_CATEGORY_SETS

APPS.ENI_ITEM_VBH_CAT_V is not referenced by any database object