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


VIEW: APPS.ENI_DBI_ITEM_CAT_V

Object Details
Object Name: ENI_DBI_ITEM_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.


View that returns all the items and the item catalog category they belong to.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (25)
Inventory Item Organization Identifier
VALUE VARCHAR2 (240)
Inventory Item Name
INVENTORY_ITEM_ID NUMBER

Inventory Item Identifier
ORGANIZATION_ID VARCHAR2 (40)
Organization Identifier
ITEM_CATALOG_GROUP_ID NUMBER

Item Catalog Category Identifier
Query Text

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


SELECT ID
,      VALUE
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      ITEM_CATALOG_GROUP_ID
FROM APPS.ENI_DBI_ITEM_CAT_V;

Dependencies

[top of page]

APPS.ENI_DBI_ITEM_CAT_V references the following:

SchemaAPPS
ViewENI_ITEM_ORG_V
ViewENI_ITEM_V
SynonymMTL_SYSTEM_ITEMS_B

APPS.ENI_DBI_ITEM_CAT_V is not referenced by any database object