[Home] [Help]
[Dependency Information]
Object Name: | MTL_RELATED_ITEMS_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
INVENTORY_ITEM_ID | NUMBER | Inventory item identifier | ||
RELATED_ITEM_ID | NUMBER | Related inventory item identifier | ||
RELATIONSHIP_TYPE_ID | NUMBER | Relationship type identifier | ||
RECIPROCAL_FLAG | VARCHAR2 | (1) | Flag to indicate whether relationship is reciprocal | |
ORGANIZATION_ID | NUMBER | Organization identifier | ||
START_DATE | DATE | for Effectivity | ||
END_DATE | DATE | for effecitivity | ||
PLANNING_ENABLED_FLAG | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, INVENTORY_ITEM_ID
, RELATED_ITEM_ID
, RELATIONSHIP_TYPE_ID
, RECIPROCAL_FLAG
, ORGANIZATION_ID
, START_DATE
, END_DATE
, PLANNING_ENABLED_FLAG
FROM APPS.MTL_RELATED_ITEMS_VIEW;
|
|
|