Search Results mrp_item_wip_entities
Overview
The MRP_ITEM_WIP_ENTITIES table is a core data object within the Master Scheduling/MRP module of Oracle E-Business Suite (EBS). It serves as a junction or intersection table that establishes a critical relationship between discrete manufacturing jobs (WIP entities) and the items they produce within the context of a specific MRP or Master Scheduling plan. Its primary role is to enable the MRP engine to accurately account for work-in-process (WIP) supply during the planning run. By linking planned items to their specific manufacturing orders, the system can source supply from open jobs, ensuring that material plans reflect real-time production commitments and availability.
Key Information Stored
The table's structure is defined by its composite primary key, which uniquely identifies each record by combining four essential dimensions of the planning data. The key columns are INVENTORY_ITEM_ID and ORGANIZATION_ID, which identify the planned item and its inventory organization. The COMPILE_DESIGNATOR specifies the MRP plan name (e.g., 'MASTER' or a specific planning run) under which this relationship is valid. The WIP_ENTITY_ID is the unique identifier for the discrete job, linking directly to the WIP_ENTITIES table. This minimal schema ensures the table functions efficiently as a relational bridge, with the foreign key constraints enforcing data integrity between the MRP planning foundation tables (MRP_SYSTEM_ITEMS) and the manufacturing execution system (WIP_ENTITIES).
Common Use Cases and Queries
The primary use case is reporting and analyzing the WIP supply considered within an MRP plan. Planners and analysts often query this table to validate which open jobs were sourced by the planning engine. A typical query would join to item and job tables for a readable report. For example, to list all discrete jobs for a specific item in a plan, one might use:
- SELECT msi.segment1 item_code, we.wip_entity_name job_name, we.status_type job_status
- FROM mrp_item_wip_entities miwe,
- mrp_system_items msi,
- wip_entities we
- WHERE miwe.inventory_item_id = msi.inventory_item_id
- AND miwe.organization_id = msi.organization_id
- AND miwe.compile_designator = msi.compile_designator
- AND miwe.wip_entity_id = we.wip_entity_id
- AND miwe.compile_designator = '&plan_name';
This data is also fundamental for troubleshooting plan output, such as understanding why a specific job did not contribute supply, which may involve checking for the job's presence or absence in this table post-compilation.
Related Objects
As indicated by the foreign keys, MRP_ITEM_WIP_ENTITIES sits at the nexus of several important planning and manufacturing tables. It is directly dependent on MRP_SYSTEM_ITEMS (the snapshot of items for a plan) and WIP_ENTITIES (the master table of discrete jobs). Furthermore, it is a parent table to key transactional planning tables. The MRP_RECOMMENDATIONS table references it, meaning planned order recommendations can be tied back to the specific WIP supply they were calculated against. Similarly, MRP_WIP_RESOURCES references it, linking the resource requirements for planned items to their associated jobs. This web of relationships underscores its central role in integrating bill-of-material, routing, and WIP data into the material planning process.
-
Table: MRP_ITEM_WIP_ENTITIES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_WIP_ENTITIES, object_name:MRP_ITEM_WIP_ENTITIES, status:VALID, product: MRP - Master Scheduling/MRP , description: Discrete jobs , implementation_dba_data: MRP.MRP_ITEM_WIP_ENTITIES ,
-
Table: MRP_ITEM_WIP_ENTITIES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_ITEM_WIP_ENTITIES, object_name:MRP_ITEM_WIP_ENTITIES, status:VALID, product: MRP - Master Scheduling/MRP , description: Discrete jobs , implementation_dba_data: MRP.MRP_ITEM_WIP_ENTITIES ,
-
Table: MRP_WIP_RESOURCES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WIP_RESOURCES, object_name:MRP_WIP_RESOURCES, status:VALID, product: MRP - Master Scheduling/MRP , description: Resources used for a job , implementation_dba_data: MRP.MRP_WIP_RESOURCES ,
-
Table: MRP_WIP_RESOURCES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WIP_RESOURCES, object_name:MRP_WIP_RESOURCES, status:VALID, product: MRP - Master Scheduling/MRP , description: Resources used for a job , implementation_dba_data: MRP.MRP_WIP_RESOURCES ,
-
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 ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
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 ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
View: MRPBV_PLAN_DEMANDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_DEMANDS, object_name:MRPBV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_PLAN_DEMANDS ,
-
View: MRPBV_PLAN_DEMANDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_DEMANDS, object_name:MRPBV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_PLAN_DEMANDS ,
-
Table: MRP_SYSTEM_ITEMS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SYSTEM_ITEMS, object_name:MRP_SYSTEM_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP item master , implementation_dba_data: MRP.MRP_SYSTEM_ITEMS ,
-
Table: MRP_SYSTEM_ITEMS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SYSTEM_ITEMS, object_name:MRP_SYSTEM_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP item master , implementation_dba_data: MRP.MRP_SYSTEM_ITEMS ,
-
Lookup Type: MRP_SNAPSHOT_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT TASK ,
-
Lookup Type: MRP_SNAPSHOT_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT TASK ,
-
View: MRPBV_PLAN_SUPPLIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_SUPPLIES, object_name:MRPBV_PLAN_SUPPLIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_SUPPLIES ,
-
View: MRPFV_PLAN_DEMANDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_DEMANDS, object_name:MRPFV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_DEMANDS ,
-
View: MRPFV_PLAN_DEMANDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_DEMANDS, object_name:MRPFV_PLAN_DEMANDS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_PLAN_DEMANDS ,
-
View: MRPBV_PLAN_SUPPLIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_SUPPLIES, object_name:MRPBV_PLAN_SUPPLIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_SUPPLIES ,
-
View: MRPFV_PLAN_SUPPLIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SUPPLIES, object_name:MRPFV_PLAN_SUPPLIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_SUPPLIES ,
-
View: MRPFV_PLAN_SUPPLIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_SUPPLIES, object_name:MRPFV_PLAN_SUPPLIES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_SUPPLIES ,
-
View: 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, product: MRP - Master Scheduling/MRP , description: MRP supply and demand view , implementation_dba_data: APPS.MRP_ORDERS_V ,
-
View: 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, product: MRP - Master Scheduling/MRP , description: MRP supply and demand view , implementation_dba_data: APPS.MRP_ORDERS_V ,
-
View: 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, product: MRP - Master Scheduling/MRP , description: Modified SCP supply and demand view for Performance Tuning , implementation_dba_data: APPS.MRP_ORDERS_SC_V ,
-
View: OLD_ORDERS_SC_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Modified SCP supply and demand view for Performance Tuning , implementation_dba_data: Not implemented in this database ,
-
View: OLD_ORDERS_SC_V
12.2.2
product: MRP - Master Scheduling/MRP , description: Modified SCP supply and demand view for Performance Tuning , implementation_dba_data: Not implemented in this database ,
-
View: 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, product: MRP - Master Scheduling/MRP , description: Modified SCP supply and demand view for Performance Tuning , implementation_dba_data: APPS.MRP_ORDERS_SC_V ,