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


VIEW: APPS.MTL_RESERVATIONS_VIEW

Object Details
Object Name: MTL_RESERVATIONS_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_RESERVATIONS_VIEW
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER
Yes Organization Identifier
INVENTORY_ITEM_ID NUMBER
Yes Inventory Item Identifier
DEMAND_SOURCE_TYPE_ID NUMBER
Yes Demand Source Type Identifier
DEMAND_SOURCE_HEADER_ID NUMBER
Yes Demand Source Header Identifier
DEMAND_SOURCE_LINE_ID NUMBER

Demand Source Line Identifier
DEMAND_SOURCE_NAME VARCHAR2 (30)
Demand Source Name
SUPPLY_SOURCE_TYPE_ID NUMBER

Supply Source Type Identifier
PRIMARY_RESERVATION_QUANTITY NUMBER

Reservation Quantity in Primary UOM
REVISION VARCHAR2 (3)
Item Revision
LOT_NUMBER VARCHAR2 (80)
Lot Number
SUBINVENTORY_CODE VARCHAR2 (10)
Subinventory Code
LOCATOR_ID NUMBER

Locator Identifier
DEMAND_SOURCE_DELIVERY VARCHAR2 (30)
Demand Source Delivery
Query Text

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


SELECT ORGANIZATION_ID
,      INVENTORY_ITEM_ID
,      DEMAND_SOURCE_TYPE_ID
,      DEMAND_SOURCE_HEADER_ID
,      DEMAND_SOURCE_LINE_ID
,      DEMAND_SOURCE_NAME
,      SUPPLY_SOURCE_TYPE_ID
,      PRIMARY_RESERVATION_QUANTITY
,      REVISION
,      LOT_NUMBER
,      SUBINVENTORY_CODE
,      LOCATOR_ID
,      DEMAND_SOURCE_DELIVERY
FROM APPS.MTL_RESERVATIONS_VIEW;

Dependencies

[top of page]

APPS.MTL_RESERVATIONS_VIEW references the following:

SchemaAPPS
SynonymMTL_DEMAND

APPS.MTL_RESERVATIONS_VIEW is not referenced by any database object