Search Results mrp_wip_resources
Overview
The MRP_WIP_RESOURCES table is a core data repository within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It functions as a detailed transactional table that stores information about the specific resources required for discrete manufacturing jobs or repetitive schedules. Its primary role is to support the Material Requirements Planning (MRP) engine's capacity planning and resource scheduling processes. By holding a snapshot of resource assignments at the operation level for work-in-process (WIP) entities, this table enables the MRP planner to analyze and simulate the impact of production plans on resource availability and constraints.
Key Information Stored
The table's structure is defined by a composite primary key that uniquely identifies each resource assignment for a given MRP plan. The key columns are ORGANIZATION_ID, COMPILE_DESIGNATOR (the MRP plan name), WIP_ENTITY_ID (the job or schedule), DEPARTMENT_ID, RESOURCE_ID, OPERATION_SEQ_NUM, and RESOURCE_SEQ_NUM. This granularity allows the system to track multiple resources within a single manufacturing operation. While the provided metadata highlights the key structure, typical columns in this table would also include data points such as the assigned units of the resource, usage rates or amounts, and timings related to the operation schedule. The foreign key relationships confirm it links resource requirements back to the parent WIP entity and the master definition of the resource in the department.
Common Use Cases and Queries
This table is central to resource-centric reporting and analysis within MRP. Common use cases include generating capacity load reports for critical resources, identifying potential bottlenecks by analyzing resource requirements across all planned jobs, and supporting "what-if" simulations for plan changes. A typical analytical query would join MRP_WIP_RESOURCES with MRP_ITEM_WIP_ENTITIES and master resource tables to summarize total required hours for a specific resource across a plan. For example:
- Identifying all jobs consuming a specific resource:
SELECT wip_entity_id, operation_seq_num, resource_seq_num FROM mrp_wip_resources WHERE organization_id = :org_id AND compile_designator = :plan_name AND resource_id = :res_id; - Analyzing department load: Queries often aggregate resource requirements by DEPARTMENT_ID and time bucket to assess departmental capacity utilization.
Related Objects
As indicated by its foreign keys, MRP_WIP_RESOURCES has direct dependencies on several other key EBS tables. It is a child table of MRP_ITEM_WIP_ENTITIES, which holds the master list of WIP entities considered in an MRP plan. This relationship ensures resource data is tied to a valid planned job. Furthermore, it references BOM_DEPARTMENT_RESOURCES, which is the foundational table defining which resources are available within a manufacturing department. This link ensures resource requirements are validated against the organization's established resource master data. The table is also closely related to the MRP_WIP_COMPONENTS table for material requirements and is typically populated and maintained by the MRP planning engine's concurrent processes.
-
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_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_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 ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
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 ,