Search Results mrp_wip_components
Overview
The MRP_WIP_COMPONENTS table is a core data repository within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It serves as the primary transactional table for storing component-level requirements for discrete work in process (WIP) jobs. During an MRP or Master Scheduling (MPS) compilation, the engine populates this table with detailed demand data derived from open and scheduled discrete jobs. This data is fundamental for the MRP engine's netting logic, which calculates component-level net requirements by subtracting on-hand and scheduled receipts from the gross requirements stored in this table. Its role is critical for generating planned orders and ensuring material availability aligns with the production schedule.
Key Information Stored
The table's structure is designed to uniquely identify a specific component requirement for a manufacturing job. Its primary key columns define this granularity: INVENTORY_ITEM_ID and ORGANIZATION_ID identify the component item; COMPILE_DESIGNATOR specifies the MRP plan name; WIP_ENTITY_ID points to the specific discrete job; and OPERATION_SEQ_NUM indicates the operation where the component is required. The JOB_REFERENCE_ITEM_ID is a foreign key to the item being manufactured (the assembly). While the provided metadata does not list all columns, typical supporting columns would include requirement dates, required quantities, allocated quantities, and supply types, enabling the MRP engine to perform time-phased planning.
Common Use Cases and Queries
The primary use case is analyzing component demand sourced from the shop floor for MRP reporting and diagnostics. Common queries involve listing all component requirements for a specific plan or job, identifying components with shortages, or reconciling WIP demand. For example, to find all component requirements for a specific MRP plan and assembly item, one might query:
- SELECT wip.WIP_ENTITY_ID, wip.INVENTORY_ITEM_ID, msif.CONCATENATED_SEGMENTS, wip.OPERATION_SEQ_NUM FROM MRP_WIP_COMPONENTS wip, MRP_SYSTEM_ITEMS msi, MTL_SYSTEM_ITEMS_B_KFV msif WHERE wip.COMPILE_DESIGNATOR = '<PLAN_NAME>' AND wip.JOB_REFERENCE_ITEM_ID = <ASSEMBLY_ITEM_ID> AND wip.INVENTORY_ITEM_ID = msi.INVENTORY_ITEM_ID AND wip.ORGANIZATION_ID = msi.ORGANIZATION_ID AND msi.INVENTORY_ITEM_ID = msif.INVENTORY_ITEM_ID AND msi.ORGANIZATION_ID = msif.ORGANIZATION_ID;
This data is essential for custom reports that drill into WIP-sourced demand, separate from independent demand or purchase order requirements.
Related Objects
MRP_WIP_COMPONENTS has defined foreign key relationships with the MRP_SYSTEM_ITEMS table, which is a plan-specific snapshot of item master data. Two key relationships exist:
- Foreign Key to MRP_SYSTEM_ITEMS (for Component Item): The columns MRP_WIP_COMPONENTS.INVENTORY_ITEM_ID, ORGANIZATION_ID, and COMPILE_DESIGNATOR reference MRP_SYSTEM_ITEMS. This validates the component item within the context of the specific MRP plan.
- Foreign Key to MRP_SYSTEM_ITEMS (for Assembly Item): The columns MRP_WIP_COMPONENTS.JOB_REFERENCE_ITEM_ID, ORGANIZATION_ID, and COMPILE_DESIGNATOR reference MRP_SYSTEM_ITEMS. This validates the assembly item being built by the WIP job within the plan.
This table is also intrinsically linked to WIP entities (WIP_DISCRETE_JOBS) and the main planning table MRP_RECOMMENDATIONS, which consumes its demand data to generate supply suggestions.
-
Table: MRP_WIP_COMPONENTS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WIP_COMPONENTS, object_name:MRP_WIP_COMPONENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: WIP requirements , implementation_dba_data: MRP.MRP_WIP_COMPONENTS ,
-
Table: MRP_WIP_COMPONENTS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WIP_COMPONENTS, object_name:MRP_WIP_COMPONENTS, status:VALID, product: MRP - Master Scheduling/MRP , description: WIP requirements , implementation_dba_data: MRP.MRP_WIP_COMPONENTS ,
-
APPS.MRP_EPI dependencies on MRP_WIP_COMPONENTS
12.2.2
-
APPS.MRP_REPORT_INV_TURNS dependencies on MRP_WIP_COMPONENTS
12.2.2
-
APPS.MRP_REPORT_INV_TURNS dependencies on MRP_WIP_COMPONENTS
12.1.1
-
APPS.MRP_EPI dependencies on MRP_WIP_COMPONENTS
12.1.1
-
TABLE: MRP.MRP_WIP_COMPONENTS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WIP_COMPONENTS, object_name:MRP_WIP_COMPONENTS, status:VALID,
-
TABLE: MRP.MRP_WIP_COMPONENTS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WIP_COMPONENTS, object_name:MRP_WIP_COMPONENTS, status:VALID,
-
SYNONYM: APPS.MRP_WIP_COMPONENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_WIP_COMPONENTS, status:VALID,
-
VIEW: MRP.MRP_WIP_COMPONENTS#
12.2.2
owner:MRP, object_type:VIEW, object_name:MRP_WIP_COMPONENTS#, status:VALID,
-
SYNONYM: APPS.MRP_WIP_COMPONENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_WIP_COMPONENTS, status:VALID,
-
VIEW: MRP.MRP_WIP_COMPONENTS#
12.2.2
-
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 ,
-
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 ,
-
PACKAGE BODY: APPS.MRP_REPORT_INV_TURNS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_REPORT_INV_TURNS, status:VALID,
-
PACKAGE BODY: APPS.MRP_REPORT_INV_TURNS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_REPORT_INV_TURNS, status:VALID,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.MRP_EPI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_EPI, status:VALID,
-
PACKAGE BODY: APPS.MRP_EPI
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_EPI, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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 ,
-
TABLE: MRP.MRP_WORKBENCH_QUERY
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WORKBENCH_QUERY, object_name:MRP_WORKBENCH_QUERY, status:VALID,
-
TABLE: MRP.MRP_WORKBENCH_QUERY
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_WORKBENCH_QUERY, object_name:MRP_WORKBENCH_QUERY, status:VALID,
-
TABLE: MRP.MRP_GROSS_REQUIREMENTS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_GROSS_REQUIREMENTS, object_name:MRP_GROSS_REQUIREMENTS, status:VALID,
-
TABLE: MRP.MRP_GROSS_REQUIREMENTS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_GROSS_REQUIREMENTS, object_name:MRP_GROSS_REQUIREMENTS, status:VALID,
-
APPS.MRP_REPORT_INV_TURNS dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.MRP_REPORT_INV_TURNS dependencies on CST_ITEM_COSTS
12.2.2
-
TABLE: MRP.MRP_RECOMMENDATIONS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RECOMMENDATIONS, object_name:MRP_RECOMMENDATIONS, status:VALID,
-
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.MRP_REPORT_INV_TURNS SQL Statements
12.1.1
-
APPS.MRP_REPORT_INV_TURNS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MRP_REPORT_INV_TURNS
12.2.2
-
PACKAGE BODY: APPS.MRP_REPORT_INV_TURNS
12.1.1
-
APPS.MRP_EPI SQL Statements
12.2.2
-
APPS.MRP_EPI SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MRP_EPI
12.1.1
-
PACKAGE BODY: APPS.MRP_EPI
12.2.2
-
eTRM - MRP Tables and Views
12.2.2
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - MRP Tables and Views
12.1.1
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,