Search Results mrp_item_exceptions
Overview
MRP_ITEM_EXCEPTIONS is a transactional table in the MRP (Master Scheduling/MRP) product of Oracle E-Business Suite, holding plan exception messages generated during a material requirements planning or master production scheduling run. Each row represents an exception associated with a specific inventory item and organization, produced by the MRP planning engine during a given plan compile. Exception messages alert planners to conditions that require attention, such as items that are past due, items with insufficient lead time, negative starting on-hand quantities, or items flagged for expedite or defer decisions.
The table is owned by the MRP schema and is classified as VALID in the documented ETRM metadata applicable to EBS 12.1.1 and 12.2.2. The heuristic Data Vault classification is satellite-leaning, suggesting the object functions primarily as a descriptive satellite storing attributes and context about a planning condition, rather than acting as a pure hub or link. The row identity is anchored by a composite business key (plan, exception type, item, organization, project, task, line, version) rather than a simple surrogate.
Key Information Stored
The table contains 26 documented columns. The following are the most operationally significant:
- COMPILE_DESIGNATOR — Identifies the plan or compile for which the exception was generated.
- EXCEPTION_TYPE — The category of exception message (for example, late order, shortage, past-due supply).
- INVENTORY_ITEM_ID — The item the exception pertains to; foreign key to MRP_SYSTEM_ITEMS.
- ORGANIZATION_ID — The inventory organization context for the exception.
- PROJECT_ID, TASK_ID — Project and task dimension for project-aware planning.
- LINE_ID, VERSION — Further qualification of the exception source.
- EXCEPTION_COUNT — The number of occurrences aggregated for the exception.
- PLANNING_GROUP — The planner group to which the item belongs.
- DEPARTMENT_ID — Foreign key to BOM_DEPARTMENTS, associating the exception with a department.
- RESOURCE_ID — The resource associated with the exception, where applicable.
- SUPPLIER_ID, SUPPLIER_SITE_ID — Supply-side identifiers tied to the exception.
- STATUS — Processing state of the exception record.
- DISPLAY — Flag controlling whether the exception is shown to the planner.
- Standard audit columns: CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, plus concurrent program identifiers (REQUEST_ID, PROGRAM_ID, PROGRAM_APPLICATION_ID, PROGRAM_UPDATE_DATE).
The primary key MRP_ITEM_EXCEPTIONS_PK is a composite of COMPILE_DESIGNATOR, EXCEPTION_TYPE, INVENTORY_ITEM_ID, ORGANIZATION_ID, PROJECT_ID, TASK_ID, LINE_ID, and VERSION. This composite serves as the business key; no separate surrogate column is documented.
Common Use Cases and Queries
Planners and reporting tools query this table to surface exception conditions for a given plan. A typical pattern retrieves all exceptions for a plan and organization:
- Filtering by COMPILE_DESIGNATOR and ORGANIZATION_ID to isolate a specific plan's exceptions.
- Joining to MRP_SYSTEM_ITEMS on INVENTORY_ITEM_ID, ORGANIZATION_ID, and COMPILE_DESIGNATOR to obtain item descriptions and planning attributes.
- Grouping by EXCEPTION_TYPE to produce exception workload summaries for a planner group.
- Filtering on DISPLAY and STATUS to determine which exceptions are active and visible in the planner workbench.
- Reconciling EXCEPTION_COUNT totals against detailed supply and demand rows for audit purposes.
Related Objects
The most significant related objects, grounded in the documented foreign key relationships, include:
- MRP_SYSTEM_ITEMS — referenced via INVENTORY_ITEM_ID, ORGANIZATION_ID, and COMPILE_DESIGNATOR; supplies item master and planning attributes.
- BOM_DEPARTMENTS — referenced via DEPARTMENT_ID; supplies department context for resource-related exceptions.
- MRP_ITEM_EXCEPTIONS_PK — the primary key constraint defining row uniqueness across the composite business key.
- Concurrent program tables (FND_CONCURRENT_REQUESTS) — joined via REQUEST_ID to trace the plan run that generated the exceptions.
- Planning workbench and MRP exception views in the planner UI consume this table for display.
-
Table: MRP_ITEM_EXCEPTIONS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_EXCEPTIONS, object_name:MRP_ITEM_EXCEPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP plan exception messages , implementation_dba_data: MRP.MRP_ITEM_EXCEPTIONS ,
-
Table: MRP_ITEM_EXCEPTIONS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_EXCEPTIONS, object_name:MRP_ITEM_EXCEPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP plan exception messages , implementation_dba_data: MRP.MRP_ITEM_EXCEPTIONS ,
-
VIEW: APPS.MRP_WORKBENCH_MESSAGES_V
12.2.2
-
APPS.MRP_EXCEPTION_SC SQL Statements
12.1.1
-
VIEW: APPS.MRP_WORKBENCH_MESSAGES_V
12.1.1
-
VIEW: MRP.MRP_ITEM_EXCEPTIONS#
12.2.2
owner:MRP, object_type:VIEW, object_name:MRP_ITEM_EXCEPTIONS#, status:VALID,
-
SYNONYM: APPS.MRP_ITEM_EXCEPTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_ITEM_EXCEPTIONS, status:VALID,
-
SYNONYM: APPS.MRP_ITEM_EXCEPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_ITEM_EXCEPTIONS, status:VALID,
-
APPS.MRP_EXCEPTION_SC SQL Statements
12.2.2
-
TABLE: MRP.MRP_ITEM_EXCEPTIONS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_EXCEPTIONS, object_name:MRP_ITEM_EXCEPTIONS, status:VALID,
-
TABLE: MRP.MRP_ITEM_EXCEPTIONS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_EXCEPTIONS, object_name:MRP_ITEM_EXCEPTIONS, status:VALID,
-
VIEW: APPS.MRP_WORKBENCH_MESSAGES_SC_V
12.1.1
-
VIEW: APPS.MRP_WORKBENCH_MESSAGES_SC_V
12.2.2
-
VIEW: MRP.MRP_ITEM_EXCEPTIONS#
12.2.2
-
PACKAGE BODY: APPS.MRP_EXCEPTION_SC
12.1.1
-
PACKAGE BODY: APPS.MRP_EXCEPTION_SC
12.2.2
-
VIEW: APPS.MRP_ITEM_EXCEPTION_V
12.1.1
-
VIEW: APPS.MRP_ITEM_EXCEPTION_V
12.2.2
-
View: MRP_WORKBENCH_MESSAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_V, object_name:MRP_WORKBENCH_MESSAGES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS exception messages , implementation_dba_data: APPS.MRP_WORKBENCH_MESSAGES_V ,
-
VIEW: APPS.MRPBV_PLAN_ITEM_EXCEPTIONS
12.1.1
-
VIEW: APPS.MRPBV_PLAN_ITEM_EXCEPTIONS
12.2.2
-
View: MRP_WORKBENCH_MESSAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_V, object_name:MRP_WORKBENCH_MESSAGES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS exception messages , implementation_dba_data: APPS.MRP_WORKBENCH_MESSAGES_V ,
-
APPS.MRP_EXCEPTIONS_SC_PK SQL Statements
12.2.2
-
View: MRP_WORKBENCH_MESSAGES_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_SC_V, object_name:MRP_WORKBENCH_MESSAGES_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS exception messages , implementation_dba_data: APPS.MRP_WORKBENCH_MESSAGES_SC_V ,
-
View: MRP_WORKBENCH_MESSAGES_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_SC_V, object_name:MRP_WORKBENCH_MESSAGES_SC_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS exception messages , implementation_dba_data: APPS.MRP_WORKBENCH_MESSAGES_SC_V ,
-
View: MRP_ITEM_EXCEPTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_EXCEPTION_V, object_name:MRP_ITEM_EXCEPTION_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS enhanced exception message view , implementation_dba_data: APPS.MRP_ITEM_EXCEPTION_V ,
-
APPS.MRP_EXCEPTIONS_SC_PK SQL Statements
12.1.1
-
VIEW: APPS.MRPFV_PLAN_ITEM_EXCEPTIONS
12.1.1
-
PACKAGE BODY: APPS.MRP_EXCEPTION_SC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_EXCEPTION_SC, status:VALID,
-
View: MRP_ITEM_EXCEPTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_EXCEPTION_V, object_name:MRP_ITEM_EXCEPTION_V, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP or MPS enhanced exception message view , implementation_dba_data: APPS.MRP_ITEM_EXCEPTION_V ,
-
PACKAGE BODY: APPS.MRP_EXCEPTIONS_SC_PK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_EXCEPTIONS_SC_PK, status:VALID,
-
PACKAGE BODY: APPS.MRP_EXCEPTIONS_SC_PK
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_EXCEPTIONS_SC_PK, status:VALID,
-
VIEW: APPS.MRPFV_PLAN_ITEM_EXCEPTIONS
12.2.2
-
PACKAGE BODY: APPS.MRP_EXCEPTION_SC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_EXCEPTION_SC, status:VALID,
-
PACKAGE BODY: APPS.MRP_EXCEPTIONS_SC_PK
12.2.2
-
View: MRPBV_PLAN_ITEM_EXCEPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_EXCEPTIONS, object_name:MRPBV_PLAN_ITEM_EXCEPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_EXCEPTIONS ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
PACKAGE BODY: APPS.MRP_EXCEPTIONS_SC_PK
12.1.1
-
View: MRPBV_PLAN_ITEM_EXCEPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_EXCEPTIONS, object_name:MRPBV_PLAN_ITEM_EXCEPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_ITEM_EXCEPTIONS ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: MRPFV_PLAN_ITEM_EXCEPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_EXCEPTIONS, object_name:MRPFV_PLAN_ITEM_EXCEPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_EXCEPTIONS ,
-
VIEW: APPS.MRPBV_PLAN_ITEM_EXCEPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_ITEM_EXCEPTIONS, object_name:MRPBV_PLAN_ITEM_EXCEPTIONS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.MRP_WORKBENCH_MESSAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_V, object_name:MRP_WORKBENCH_MESSAGES_V, status:VALID,
-
View: MRPFV_PLAN_ITEM_EXCEPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_ITEM_EXCEPTIONS, object_name:MRPFV_PLAN_ITEM_EXCEPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_ITEM_EXCEPTIONS ,
-
VIEW: APPS.MRP_WORKBENCH_MESSAGES_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_WORKBENCH_MESSAGES_SC_V, object_name:MRP_WORKBENCH_MESSAGES_SC_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1