Search Results wip_operation_resources
Overview
The WIP_OPERATION_RESOURCES table is a core transactional table within the Oracle E-Business Suite Work in Process (WIP) module. It serves as the definitive repository for all resource requirements assigned to specific manufacturing operations on discrete jobs, repetitive schedules, and flow schedules. The table's primary role is to define the detailed resource consumption plan for a production operation, linking a work order operation (WIP_OPERATIONS) to a defined resource (BOM_RESOURCES) and, optionally, a costing activity (CST_ACTIVITIES). This data is essential for capacity planning, detailed scheduling, shop floor execution, and the subsequent accounting of resource costs, forming a critical link between the bill of materials, routing, and actual production transactions.
Key Information Stored
The table's structure is designed to uniquely identify a resource requirement within the context of a specific manufacturing entity and operation. Its primary key is a composite of WIP_ENTITY_ID, OPERATION_SEQ_NUM, RESOURCE_SEQ_NUM, and REPETITIVE_SCHEDULE_ID. Key columns include WIP_ENTITY_ID, which identifies the specific job or schedule; OPERATION_SEQ_NUM, which denotes the operation sequence; and RESOURCE_SEQ_NUM, which sequences multiple resources within a single operation. The RESOURCE_ID column holds a foreign key to BOM_RESOURCES, defining the resource (e.g., a machine, labor, or tool) required. Other critical columns include USAGE_RATE_OR_AMOUNT and BASIS_TYPE, which determine how the resource is consumed (e.g., per item or per lot), and ACTIVITY_ID, which links to CST_ACTIVITIES for overhead cost assignment.
Common Use Cases and Queries
This table is central to numerous operational and analytical processes. Common use cases include generating detailed work instructions for shop floor personnel, calculating planned resource load for capacity analysis, and providing the basis for variance reporting by comparing planned versus actual resource usage. A typical query might retrieve all resource requirements for a specific job to create a pick list or analyze cost: SELECT wor.resource_id, br.resource_code, wor.usage_rate_or_amount, wor.basis_type FROM wip_operation_resources wor, bom_resources br WHERE wor.wip_entity_id = :p_job_id AND wor.resource_id = br.resource_id ORDER BY wor.operation_seq_num, wor.resource_seq_num;. For repetitive lines, analysts often query aggregate planned resource consumption across a schedule for a given period to assess line loading.
Related Objects
As indicated by the foreign key relationships, WIP_OPERATION_RESOURCES is deeply integrated within the WIP and Costing modules. Its primary parent table is WIP_OPERATIONS, which defines the operation itself. It references BOM_RESOURCES for resource master data and CST_ACTIVITIES for costing. Crucially, it is a parent table to WIP_OPERATION_RESOURCE_USAGE, which records actual resource transactions, and WIP_COST_TXN_INTERFACE, which is the interface table for posting resource cost transactions to Cost Management. This network of relationships underscores its position as a pivotal hub connecting planning, execution, and accounting data flows.
-
Table: WIP_OPERATION_RESOURCES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_OPERATION_RESOURCES, object_name:WIP_OPERATION_RESOURCES, status:VALID, product: WIP - Work in Process , description: Resources necessary for operations , implementation_dba_data: WIP.WIP_OPERATION_RESOURCES ,
-
Table: WIP_OPERATION_RESOURCES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_OPERATION_RESOURCES, object_name:WIP_OPERATION_RESOURCES, status:VALID, product: WIP - Work in Process , description: Resources necessary for operations , implementation_dba_data: WIP.WIP_OPERATION_RESOURCES ,
-
APPS.RCV_CORE_S dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.CSTPPIPV dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.EAM_OTL_TIMECARD_PUB dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.QA_SOLUTION_DISPOSITION_PKG dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.EAM_WO_NETWORK_DEFAULT_PVT dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.EAM_COMMON_UTILITIES_PVT dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WIP_INFINITE_SCHEDULER_PVT dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WSMPLBJI dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WIP_UPDATE_SETUP_RESOURCES dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WIP_PROD_INDICATORS dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.OPI_DBI_RES_PKG dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.EAM_RES_INST_VALIDATE_PVT dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WIP_MOVPROC_PRIV dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.BOM_VALIDATE_OP_RES dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.ISC_MAINT_LAB_BLG_ETL_PKG dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WIP_OPERATION_RESOURCES_PKG dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.ENGPKIMP dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.RCV_TRANSACTIONS_SV dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WIP_WS_UTIL dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WIP_WS_EXCEPTIONS dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.AHL_PRD_UTIL_PKG dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WIP_PICKING_PVT dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WIP_MOVE_VALIDATOR dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.AHL_PRD_UTIL_PKG dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.CSD_REPAIR_ESTIMATE_PVT dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.WIP_PROD_INDICATORS dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.RCV_CORE_S dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.WIP_DEFAULT_SHOPFLOORMOVE dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.EAM_WL_UTIL_PKG dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.EAM_WO_NETWORK_UTIL_PVT dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.WIP_INFINITE_SCHEDULER_PVT dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.WIP_REPETITIVE_UTILITIES dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.WIP_WS_UTIL dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.WIP_DEFAULT_RES dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.EAM_AUTOMATICEST dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.EAM_ACTIVITY_PUB dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.WIP_RES_USAGE_VALIDATE dependencies on WIP_OPERATION_RESOURCES
12.2.2
-
APPS.OPI_EDW_JOB_RSRC_F_SZ dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.CSTACWRO dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WIP_WPS_COMMON dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.CST_EAMCOST_PUB dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WIP_DEFAULT_RES dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.EAM_WORKORDERREP_PVT dependencies on WIP_OPERATION_RESOURCES
12.1.1
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on WIP_OPERATION_RESOURCES
12.1.1