[Home] [Help]
[Dependency Information]
Object Name: | MTL_RESERVATIONS_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 |
---|---|---|---|---|
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 |
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;
APPS.MTL_RESERVATIONS_VIEW is not referenced by any database object
|
|
|