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


VIEW: APPS.EDW_ITEMS_ITEM_REV_FKV

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

View Type

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


This view holds internal item id - oragnization id - item revision associations


[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 organization
REVISION VARCHAR2 (3) Yes Item Revision
ITEM_REV_FK VARCHAR2 (48)
Foreign key to the item revision
Query Text

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


SELECT INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      REVISION
,      ITEM_REV_FK
FROM APPS.EDW_ITEMS_ITEM_REV_FKV;

Dependencies

[top of page]

APPS.EDW_ITEMS_ITEM_REV_FKV references the following:

SchemaAPPS
SynonymMTL_ITEM_REVISIONS
SynonymMTL_PARAMETERS
SynonymMTL_SYSTEM_ITEMS_KFV

APPS.EDW_ITEMS_ITEM_REV_FKV is not referenced by any database object