Search Results old_order_quantity
Overview
MRP_RELIEF_INTERFACE is an interface table owned by the MRP schema within the Oracle E-Business Suite Master Scheduling/MRP product. Its documented purpose is to relieve the master schedule tables, meaning it acts as the transient staging area through which consumption, cancellation, and adjustment records are passed to reduce or eliminate existing planned orders, scheduled receipts, or demand entries in the planning engine. The table functions as the inbound conduit for relief transactions generated by execution systems such as Work in Process, Purchasing, Order Management, and Inventory, allowing the planning process to reconcile planned supply against actual activity.
From the perspective of the documented foreign key structure, the heuristic Data Vault classification for this object is a link. The table records the association between an item/organization context and a disposition or planned order reference, holding the transaction-level changes rather than serving as a standalone hub of business entities or a pure descriptive satellite.
Key Information Stored
The table contains 31 documented columns. The most significant are summarized below.
- TRANSACTION_ID — The surrogate primary key, enforced by MRP_RELIEF_INTERFACE_PK and by the unique index MRP_RELIEF_INTERFACE_U1. It is the single business-key candidate documented for this table.
- INVENTORY_ITEM_ID and ORGANIZATION_ID — Identify the item and the inventory organization affected by the relief transaction; these reference MTL_SYSTEM_ITEMS_B.
- DISPOSITION_ID — The reference to the disposition record, with documented foreign keys to both WIP_ENTITIES and MTL_DEMAND.
- PLANNED_ORDER_ID — References MRP_RECOMMENDATIONS, linking the relief to the planned order being consumed or cancelled.
- NEW_ORDER_QUANTITY and OLD_ORDER_QUANTITY — Capture the before-and-after order quantities used to compute the net relief.
- NEW_ORDER_DATE and OLD_ORDER_DATE — Capture the before-and-after order dates, supporting rescheduling logic.
- RELIEF_TYPE and DISPOSITION_TYPE — Classify the nature of the relief and the disposition being applied.
- DEMAND_CLASS and OLD_DEMAND_CLASS — Record the current and prior demand classification for the affected record.
- LINE_NUM — Preserves the source line sequence within the relief transaction.
- PROCESS_STATUS and ERROR_MESSAGE — Track the outcome of relief processing and surface validation failures.
- SOURCE_CODE and SOURCE_LINE_ID — Identify the originating application and source line that generated the relief.
- PROJECT_ID, TASK_ID, OLD_PROJECT_ID, and OLD_TASK_ID — Hold the current and prior project/task references for project-aware relief.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, and PROGRAM_UPDATE_DATE — Provide the concurrent request and program audit context, alongside the standard WHO columns.
Common Use Cases and Queries
The primary use case is diagnosing relief processing failures. Rows with a PROCESS_STATUS indicating an error and a populated ERROR_MESSAGE reveal transactions that could not be applied to the master schedule.
- Identifying unprocessed or failed relief rows: select TRANSACTION_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, RELIEF_TYPE, PROCESS_STATUS, ERROR_MESSAGE from MRP_RELIEF_INTERFACE where PROCESS_STATUS is not null and ERROR_MESSAGE is not null.
- Reconciling net quantity change for a planned order: compare NEW_ORDER_QUANTITY against OLD_ORDER_QUANTITY for a given PLANNED_ORDER_ID.
- Tracing relief back to its source application using SOURCE_CODE and SOURCE_LINE_ID.
- Auditing all relief activity generated by a specific concurrent request via REQUEST_ID.
- Reporting on demand class changes using DEMAND_CLASS and OLD_DEMAND_CLASS.
Related Objects
The documented foreign key relationships define the principal dependent and referenced objects:
- MTL_SYSTEM_ITEMS_B — joined on INVENTORY_ITEM_ID and ORGANIZATION_ID to resolve item and organization descriptions.
- WIP_ENTITIES — joined on DISPOSITION_ID to link relief to work in process entities.
- MTL_DEMAND — joined on DISPOSITION_ID to link relief to demand records.
- MRP_RECOMMENDATIONS — joined on PLANNED_ORDER_ID to associate relief with the planned order being modified or cancelled.
These relationships confirm the table's position at the boundary between execution-side transactions and the planning engine, where relief data is validated and applied to the master schedule.
-
Table: MRP_RELIEF_INTERFACE
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RELIEF_INTERFACE, object_name:MRP_RELIEF_INTERFACE, status:VALID, product: MRP - Master Scheduling/MRP , description: Interface table to relieve the master schedule tables , implementation_dba_data: MRP.MRP_RELIEF_INTERFACE ,
-
Table: MRP_RELIEF_INTERFACE
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RELIEF_INTERFACE, object_name:MRP_RELIEF_INTERFACE, status:VALID, product: MRP - Master Scheduling/MRP , description: Interface table to relieve the master schedule tables , implementation_dba_data: MRP.MRP_RELIEF_INTERFACE ,
-
Table: MRP_RECOMMENDATIONS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RECOMMENDATIONS, object_name:MRP_RECOMMENDATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP plan recommendations , implementation_dba_data: MRP.MRP_RECOMMENDATIONS ,
-
Table: MRP_RECOMMENDATIONS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RECOMMENDATIONS, object_name:MRP_RECOMMENDATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP plan recommendations , implementation_dba_data: MRP.MRP_RECOMMENDATIONS ,
-
Table: MSC_SUPPLIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIES, object_name:MSC_SUPPLIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table lists all the supplies for this plan. The supplies created by the planning process are added to this table. , implementation_dba_data: MSC.MSC_SUPPLIES ,
-
Table: MSC_ST_SUPPLIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_SUPPLIES, object_name:MSC_ST_SUPPLIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_SUPPLIES. , implementation_dba_data: MSC.MSC_ST_SUPPLIES ,
-
Table: MSC_SUPPLIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIES, object_name:MSC_SUPPLIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table lists all the supplies for this plan. The supplies created by the planning process are added to this table. , implementation_dba_data: MSC.MSC_SUPPLIES ,
-
Table: MSC_ST_SUPPLIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_SUPPLIES, object_name:MSC_ST_SUPPLIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_SUPPLIES. , implementation_dba_data: MSC.MSC_ST_SUPPLIES ,
-
VIEW: MRP.MRP_RELIEF_INTERFACE#
12.2.2
-
VIEW: MRP.MRP_RECOMMENDATIONS#
12.2.2
-
VIEW: MRP.MRP_RELIEF_INTERFACE#
12.2.2
owner:MRP, object_type:VIEW, object_name:MRP_RELIEF_INTERFACE#, status:VALID,
-
VIEW: MSC.MSC_STORE_SUPPLIES#
12.2.2
-
VIEW: MRP.MRP_RECOMMENDATIONS#
12.2.2
owner:MRP, object_type:VIEW, object_name:MRP_RECOMMENDATIONS#, status:VALID,
-
VIEW: APPS.MSC_SUPPLIES_OUTBOUND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIES_OUTBOUND_V, object_name:MSC_SUPPLIES_OUTBOUND_V, status:VALID,
-
APPS.WIP_MRP_RELIEF SQL Statements
12.1.1
-
TABLE: MRP.MRP_RECOMMENDATIONS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RECOMMENDATIONS, object_name:MRP_RECOMMENDATIONS, status:VALID,
-
APPS.WIP_MRP_RELIEF SQL Statements
12.2.2
-
VIEW: MSC.MSC_ST_SUPPLIES#
12.2.2
-
VIEW: MSC.MSC_SUPPLIES#
12.2.2
-
VIEW: APPS.MSC_SUPPLIES_OUTBOUND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIES_OUTBOUND_V, object_name:MSC_SUPPLIES_OUTBOUND_V, status:VALID,
-
TABLE: MRP.MRP_RECOMMENDATIONS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RECOMMENDATIONS, object_name:MRP_RECOMMENDATIONS, status:VALID,
-
Lookup Type: MSC_WRKSH_RSLT_ORDER
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: Worksheet Result Order , description: Field Prompts for Worksheet ,
-
APPS.MRP_RELEASE_PK SQL Statements
12.1.1
-
APPS.MRP_RELEASE_PK SQL Statements
12.2.2
-
Lookup Type: MSC_WRKSH_RSLT_DEMAND
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: Worksheet Result Demand , description: Field Prompts for Worksheet ,
-
VIEW: APPS.MRP_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORDERS_V, object_name:MRP_ORDERS_V, status:VALID,
-
TABLE: MRP.MRP_RELIEF_INTERFACE
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RELIEF_INTERFACE, object_name:MRP_RELIEF_INTERFACE, status:VALID,
-
VIEW: APPS.MRP_ORDERS_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORDERS_SC_V, object_name:MRP_ORDERS_SC_V, status:VALID,
-
VIEW: APPS.MRP_ORDERS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORDERS_SC_V, object_name:MRP_ORDERS_SC_V, status:VALID,
-
VIEW: APPS.MRP_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ORDERS_V, object_name:MRP_ORDERS_V, status:VALID,
-
APPS.MSC_CL_SUPPLY_ODS_LOAD SQL Statements
12.1.1
-
TABLE: MRP.MRP_RELIEF_INTERFACE
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RELIEF_INTERFACE, object_name:MRP_RELIEF_INTERFACE, status:VALID,
-
APPS.MSC_CL_SUPPLY_ODS_LOAD SQL Statements
12.2.2
-
View: MSC_SUPPLIES_OUTBOUND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIES_OUTBOUND_V, object_name:MSC_SUPPLIES_OUTBOUND_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view lists all the supplies for the plan. This view is used in XML-outbound , implementation_dba_data: APPS.MSC_SUPPLIES_OUTBOUND_V ,
-
View: MSC_SUPPLIES_OUTBOUND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLIES_OUTBOUND_V, object_name:MSC_SUPPLIES_OUTBOUND_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view lists all the supplies for the plan. This view is used in XML-outbound , implementation_dba_data: APPS.MSC_SUPPLIES_OUTBOUND_V ,
-
VIEW: MSC.MSC_STORE_SUPPLIES#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_STORE_SUPPLIES#, status:VALID,
-
TRIGGER: APPS.MTL_SUPPLY_T
12.2.2
-
TRIGGER: APPS.MTL_SUPPLY_T
12.1.1
-
APPS.MSC_M2A_PUSH SQL Statements
12.2.2
-
PACKAGE BODY: APPS.WIP_MRP_RELIEF
12.1.1
-
PACKAGE BODY: APPS.WIP_MRP_RELIEF
12.2.2
-
VIEW: MSC.MSC_ST_SUPPLIES#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_ST_SUPPLIES#, status:VALID,
-
APPS.MSC_M2A_PUSH SQL Statements
12.1.1
-
VIEW: MSC.MSC_SUPPLIES#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_SUPPLIES#, status:VALID,
-
VIEW: APPS.MSC_PEGGING_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_PEGGING_DEMAND_V, status:VALID,
-
VIEW: APPS.MSC_ORDERS_DRP_COL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_ORDERS_DRP_COL_V, status:VALID,
-
VIEW: APPS.MSC_ORDERS_RP_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_ORDERS_RP_V, status:VALID,
-
VIEW: APPS.MSC_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ORDERS_V, object_name:MSC_ORDERS_V, status:VALID,
-
VIEW: APPS.MSC_ORDERS_DRP_COL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_ORDERS_DRP_COL_V, status:VALID,
-
VIEW: APPS.MSC_PEGGING_SUPPLY_V3
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_PEGGING_SUPPLY_V3, status:VALID,