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


VIEW: APPS.ENI_ITEM_ITM_CAT_V

Object Details
Object Name: ENI_ITEM_ITM_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 will display the hierarchical LOV for item catalog. The view will display 3 levels at any time, the selected node, its immediate parent and its immediate children


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER

Unique identifier for the catalog category
VALUE VARCHAR2 (324)
Name of catalog category
PARENT_ID NUMBER

Unique identifier for parent of this category
NODE VARCHAR2 (40)
Unique identifier for category user has chosen
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID
,      VALUE
,      PARENT_ID
,      NODE
FROM APPS.ENI_ITEM_ITM_CAT_V;

Dependencies

[top of page]

APPS.ENI_ITEM_ITM_CAT_V references the following:

SchemaAPPS
SynonymFND_LOOKUP_VALUES
SynonymMTL_ITEM_CATALOG_GROUPS_B
ViewMTL_ITEM_CATALOG_GROUPS_V
SchemaPUBLIC
SynonymDUAL

APPS.ENI_ITEM_ITM_CAT_V is not referenced by any database object