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


VIEW: APPS.ENI_ITEM_CATEGORY_V

Object Details
Object Name: ENI_ITEM_CATEGORY_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 contains master-organization items and their corresponding Product category associations.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (25)
Unique identifier for inventory item
VALUE VARCHAR2 (240)
Inventory item name
PRODUCT_CATEGORY_ID VARCHAR2 (40)
Unique identifier for product category
Query Text

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


SELECT ID
,      VALUE
,      PRODUCT_CATEGORY_ID
FROM APPS.ENI_ITEM_CATEGORY_V;

Dependencies

[top of page]

APPS.ENI_ITEM_CATEGORY_V references the following:

SchemaAPPS
SynonymENI_DENORM_HIERARCHIES
SynonymENI_OLTP_ITEM_STAR

APPS.ENI_ITEM_CATEGORY_V is not referenced by any database object