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


VIEW: APPS.EDW_ITEMS_ITEM_ORG_FKV

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

View Type

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


This holds item id - organization id 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
ITEM_ORG_FK VARCHAR2 (49)
Foreign key of the organization item
Query Text

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


SELECT INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      ITEM_ORG_FK
FROM APPS.EDW_ITEMS_ITEM_ORG_FKV;

Dependencies

[top of page]

APPS.EDW_ITEMS_ITEM_ORG_FKV references the following:

SchemaAPPS
SynonymMTL_PARAMETERS
SynonymMTL_SYSTEM_ITEMS_KFV

APPS.EDW_ITEMS_ITEM_ORG_FKV is not referenced by any database object