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


VIEW: APPS.EDW_ITEMS_CATEGORY_FKV

Object Details
Object Name: EDW_ITEMS_CATEGORY_FKV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewENG.EDW_ITEMS_CATEGORY_FKV
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view holds the item-category-category set associations. Each item that is assigned to a category set, will have an entry in this view, along with the control level of the category set.


[View Source]

Columns
Name Datatype Length Mandatory Comments
INVENTORY_ITEM_ID NUMBER
Yes Internal id of the item
ORGANIZATION_ID NUMBER
Yes Internal id of the item's organization
CONTROL_LEVEL NUMBER
Yes Control level
CATEGORY_SET_NAME VARCHAR2 (30) Yes Category Set name
CATEGORY_ID NUMBER
Yes Internal id of the category
LAST_UPDATE_DATE DATE
Yes Standard who column
Query Text

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


SELECT INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      CONTROL_LEVEL
,      CATEGORY_SET_NAME
,      CATEGORY_ID
,      LAST_UPDATE_DATE
FROM APPS.EDW_ITEMS_CATEGORY_FKV;

Dependencies

[top of page]

APPS.EDW_ITEMS_CATEGORY_FKV references the following:

SchemaAPPS
SynonymMTL_CATEGORIES
SynonymMTL_CATEGORY_SETS
SynonymMTL_ITEM_CATEGORIES

APPS.EDW_ITEMS_CATEGORY_FKV is not referenced by any database object