Search Results request_arrival_date
Overview
APPS.OE_MRP_OPEN_DEMANDS_V is a reporting and integration view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It exposes open, visible demand from the Order Management module in a flattened, planning-oriented format suitable for consumption by Material Requirements Planning (MRP), Advanced Supply Chain Planning (ASCP), and external reporting tools. The view answers a recurring operational question: which sales order lines are still open and expected to generate demand against inventory or supply? Because it filters on open and visible demand, it is commonly used as a source for "open demand" extracts, one of which is the spreadsheet artifact "Open Demand sheet_Apr'26.xlsx" referenced by users searching this object.
The view consolidates header-level, line-level, and transaction-type information into a single denormalized result set, eliminating the need for report authors to join the Order Management tables manually for routine demand reporting.
Underlying Base Objects
The view is defined over four documented base objects:
- OE_ORDER_HEADERS_ALL — supplies order number, order date type, and header identifiers.
- OE_ORDER_LINES_ALL — supplies line, shipment, item, quantity, scheduling, and status attributes.
- OE_SETS — outer-joined twice (SET1 on SHIP_SET_ID, SET2 on ARRIVAL_SET_ID) to resolve ship set and arrival set names.
- OE_TRANSACTION_TYPES_VL — supplies the order type name, joined on ORDER_TYPE_ID and ORG_ID.
The join logic is significant. The view returns only lines where HEADER_ID matches the header, SHIPPED_QUANTITY IS NULL, ORDERED_QUANTITY is greater than zero, SOURCE_TYPE_CODE is not 'EXTERNAL', OPEN_FLAG equals 'Y', and NVL(VISIBLE_DEMAND_FLAG,'N') equals 'Y'. The OE_SETS joins use the Oracle outer-join operator (+), so lines without ship or arrival sets are still returned.
Key Columns
- ORDER_NUMBER, HEADER_ID, LINE_ID, ORG_ID — order and organizational identifiers.
- LINE_NUMBER, SHIPMENT_NUMBER, OPTION_NUMBER, COMPONENT_NUMBER — line and configuration positioning, supporting ATO and configured items.
- ORDERED_ITEM, INVENTORY_ITEM_ID, ORDER_QUANTITY_UOM, ORDERED_QUANTITY — the demanded item and quantity.
- REQUEST_DATE, PROMISE_DATE, SCHEDULE_SHIP_DATE, SCHEDULE_ARRIVAL_DATE, LATEST_ACCEPTABLE_DATE, EARLIEST_ACCEPTABLE_DATE — scheduling and date columns central to demand-dated reporting. Note the DECODE on ORDER_DATE_TYPE_CODE: REQUEST_DATE is returned in the shipment-date column unless the order date type is 'ARRIVAL', in which case it is returned in the arrival-date column.
- SHIP_FROM_ORG_ID, SHIP_TO_ORG_ID, SOLD_TO_ORG_ID — sourcing and customer party context.
- DEMAND_CLASS_CODE, PLANNING_PRIORITY, LINE_CATEGORY_CODE, FLOW_STATUS_CODE — planning and fulfillment classification.
- PROJECT_ID, TASK_ID, TOP_MODEL_LINE_ID, ATO_LINE_ID, LINK_TO_LINE_ID, RE_SOURCE_FLAG, SHIP_MODEL_COMPLETE_FLAG — project and configuration linkages.
- OT.NAME — the order type name from OE_TRANSACTION_TYPES_VL.
Common Use Cases and Queries
Typical applications include open-order backlog extracts, MRP/ASCP demand feeds, promise-date slippage analysis, and shipment set review. A representative query follows:
SELECT order_number, line_number, ordered_item, ordered_quantity, order_quantity_uom, schedule_ship_date, promise_date, ship_from_org_id FROM apps.oe_mrp_open_demands_v WHERE org_id = :p_org AND schedule_ship_date BETWEEN :p_from AND :p_to ORDER BY schedule_ship_date, order_number;- To aggregate by item:
SELECT ordered_item, SUM(ordered_quantity) FROM apps.oe_mrp_open_demands_v GROUP BY ordered_item; - To isolate configured demand: filter on
ato_line_id IS NOT NULL OR top_model_line_id IS NOT NULL.
Because the view returns only lines satisfying the open and visible demand predicates, no additional status filtering is generally required, though organizations frequently add ORG_ID and date range restrictions for performance.
-
VIEW: APPS.OE_MRP_OPEN_DEMANDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_MRP_OPEN_DEMANDS_V, object_name:OE_MRP_OPEN_DEMANDS_V, status:VALID,
-
View: OE_MRP_OPEN_DEMANDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_MRP_OPEN_DEMANDS_V, object_name:OE_MRP_OPEN_DEMANDS_V, status:VALID, product: ONT - Order Management , description: This vew is used by MRP for their Scheduler's Workbench. , implementation_dba_data: APPS.OE_MRP_OPEN_DEMANDS_V ,
-
View: OE_MRP_OPEN_DEMANDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_MRP_OPEN_DEMANDS_V, object_name:OE_MRP_OPEN_DEMANDS_V, status:VALID, product: ONT - Order Management , description: This vew is used by MRP for their Scheduler's Workbench. , implementation_dba_data: APPS.OE_MRP_OPEN_DEMANDS_V ,
-
VIEW: APPS.OE_MRP_OPEN_DEMANDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_MRP_OPEN_DEMANDS_V, object_name:OE_MRP_OPEN_DEMANDS_V, status:VALID,
-
VIEW: APPS.MSC_DRP_EXC_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_DRP_EXC_DETAILS_V, status:VALID,
-
VIEW: APPS.MSC_DRP_EXC_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_DRP_EXC_DETAILS_V, status:VALID,
-
VIEW: APPS.MSC_EXCEPTION_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXCEPTION_DETAILS_V, object_name:MSC_EXCEPTION_DETAILS_V, status:VALID,
-
VIEW: APPS.MSC_EXCEPTION_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_EXCEPTION_DETAILS_V, object_name:MSC_EXCEPTION_DETAILS_V, status:VALID,
-
VIEW: APPS.MSC_X_EXCEPTION_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_X_EXCEPTION_DETAILS_V, status:VALID,
-
VIEW: APPS.MSC_X_EXCEPTION_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_X_EXCEPTION_DETAILS_V, status:VALID,
-
Lookup Type: MSC_PQ_EXCP
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: For Exceptions Used in ASCP , description: Field Prompts used for Personal Queries ,
-
Lookup Type: MSC_PQ_EXCP
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: For Exceptions Used in ASCP , description: Field Prompts used for Personal Queries ,
-
APPS.MSC_BAL_UTILS SQL Statements
12.2.2
-
APPS.MSC_BAL_UTILS SQL Statements
12.1.1
-
VIEW: APPS.MSC_X_EXCEPTION_DETAILS_V
12.2.2
-
VIEW: APPS.MSC_X_EXCEPTION_DETAILS_V
12.1.1
-
PACKAGE: APPS.MSC_ATP_PVT
12.1.1
-
PACKAGE: APPS.MSC_ATP_PVT
12.2.2
-
APPS.MSC_EXP_WF SQL Statements
12.2.2
-
APPS.MSC_EXP_WF SQL Statements
12.1.1
-
APPS.MSC_BAL_UTILS dependencies on OE_MRP_OPEN_DEMANDS_V
12.1.1
-
APPS.MSC_BAL_UTILS dependencies on OE_MRP_OPEN_DEMANDS_V
12.2.2
-
PACKAGE BODY: APPS.MSC_BAL_UTILS
12.2.2
-
PACKAGE BODY: APPS.MSC_BAL_UTILS
12.1.1
-
Lookup Type: MSC_CRITERIA_FIELD_PROMPT
12.2.2
product: FND - Application Object Library , meaning: MSC_CRITERIA_FIELD_PROMPT , description: MSC_CRITERIA_FIELD_PROMPT ,
-
Lookup Type: MSC_CRITERIA_FIELD_PROMPT
12.1.1
product: FND - Application Object Library , meaning: MSC_CRITERIA_FIELD_PROMPT , description: MSC_CRITERIA_FIELD_PROMPT ,
-
APPS.MSC_ATP_DB_UTILS SQL Statements
12.1.1
-
APPS.MSC_ATP_DB_UTILS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MSC_EXP_WF
12.2.2
-
PACKAGE BODY: APPS.MSC_EXP_WF
12.1.1
-
APPS.MSC_ATP_DB_UTILS dependencies on MSC_ATP_PVT
12.1.1
-
PACKAGE BODY: APPS.MSC_ATP_DB_UTILS
12.1.1
-
APPS.MSC_ATP_DB_UTILS dependencies on MSC_ATP_PVT
12.2.2
-
PACKAGE BODY: APPS.MSC_ATP_DB_UTILS
12.2.2
-
eTRM - ONT Tables and Views
12.1.1
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - ONT Tables and Views
12.2.2
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - MSC Tables and Views
12.1.1
description: This table contains the mapping between user-defined zone and included regions ,
-
eTRM - MSC Tables and Views
12.2.2
description: This table contains the mapping between user-defined zone and included regions ,