Search Results wip_sub_operation_resources
Overview
WIP_SUB_OPERATION_RESOURCES is an Oracle Work in Process (WIP) transactional table that stores the resource requirements and consumption detail associated with discrete job and repetitive schedule operations. Within Oracle EBS 12.1.1 and 12.2.2, this table represents the lowest level of the WIP routing hierarchy: an operation may require one or more resources, and each row in WIP_SUB_OPERATION_RESOURCES captures a single resource assignment for a specific operation sequence. The table mirrors the resource snapshot taken from the engineering routing (BOM) at the moment the job or schedule was created or released, and it is subsequently updated by shop floor movement transactions, resource charges, and cost rollup processes.
From a Data Vault modeling perspective, the heuristic classification assigned to this object is link. This classification reflects the table's role as an associative structure that connects a WIP entity/operation to a bill of material resource, with additional descriptive columns scoped by that relationship. Depending on the reporting granularity required, portions of the descriptive payload could also be modeled as satellite attributes attached to that link.
Key Information Stored
The table contains sixty documented columns. The most significant are summarized below.
- WIP_ENTITY_ID, OPERATION_SEQ_NUM, RESOURCE_SEQ_NUM, REPETITIVE_SCHEDULE_ID — together forming the primary key
WIP_SUB_OPERATION_RESOURCES_PK. These identify the discrete job (or repetitive schedule) and the specific operation/resource occurrence within it. - ORGANIZATION_ID — the inventory organization in which the resource is charged; combined with the PK columns it forms the unique business-key index
WIP_SUB_OPERATION_RESOURCES_U1. - RESOURCE_ID — the BOM resource definition used for this assignment.
- USAGE_RATE_OR_AMOUNT and BASIS_TYPE — the quantity of resource consumed per unit of assembly and the basis (per item, per lot, or fixed).
- ASSIGNED_UNITS, APPLIED_RESOURCE_UNITS, and APPLIED_RESOURCE_VALUE — the units and cost value applied to the job or schedule.
- UOM_CODE, ACTIVITY_ID, and DEPARTMENT_ID — unit of measure, cost activity, and owning department of the resource.
- SCHEDULED_FLAG and STANDARD_RATE_FLAG — flags indicating whether the resource is scheduled and whether the standard cost rate applies.
- RELIEVED_RES_COMPLETION_UNITS, RELIEVED_RES_SCRAP_UNITS, and the corresponding value columns — quantities and values relieved on completion and scrap.
- START_DATE and COMPLETION_DATE — the effective window for the resource assignment.
Common Use Cases and Queries
Typical usage includes WIP resource cost analysis, discrepancy reports between planned and applied resource usage, and reconciliation feeds into CST_ACTIVITIES for cost accounting. A representative query lists resources for a discrete job:
SELECT wip_entity_id, operation_seq_num, resource_seq_num, resource_id, usage_rate_or_amount, applied_resource_units, applied_resource_value FROM wip.wip_sub_operation_resources WHERE wip_entity_id = :entity_id ORDER BY operation_seq_num, resource_seq_num;- Aggregate applied value by department or activity for period-end cost rollups.
- Join to
BOM_RESOURCESto display resource names and units of measure on shop-floor dispatch reports.
Related Objects
The following objects are the most significant relationships for WIP_SUB_OPERATION_RESOURCES:
- WIP_OPERATIONS — parent operation; joined on WIP_ENTITY_ID, OPERATION_SEQ_NUM, and REPETITIVE_SCHEDULE_ID.
- BOM_RESOURCES — resource definition; joined on RESOURCE_ID.
- BOM_DEPARTMENTS — owning department; joined on DEPARTMENT_ID.
- CST_ACTIVITIES — cost activity; joined on ACTIVITY_ID.
- BOM_SETUP_TYPES — setup requirement; joined on SETUP_ID.
- WIP_ENTITIES and WIP_DISCRETE_JOBS — through WIP_ENTITY_ID for header-level context.
-
Table: WIP_SUB_OPERATION_RESOURCES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SUB_OPERATION_RESOURCES, object_name:WIP_SUB_OPERATION_RESOURCES, status:VALID, product: WIP - Work in Process , description: Resources necessary for operations , implementation_dba_data: WIP.WIP_SUB_OPERATION_RESOURCES ,
-
Table: WIP_SUB_OPERATION_RESOURCES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_SUB_OPERATION_RESOURCES, object_name:WIP_SUB_OPERATION_RESOURCES, status:VALID, product: WIP - Work in Process , description: Resources necessary for operations , implementation_dba_data: WIP.WIP_SUB_OPERATION_RESOURCES ,
-
APPS.WIP_SUB_OP_RESOURCES_PKG SQL Statements
12.2.2
-
APPS.EAM_SUB_RESOURCE_UTILITY_PVT SQL Statements
12.1.1
-
APPS.WIP_SUB_OP_RESOURCES_PKG SQL Statements
12.1.1
-
APPS.EAM_SUB_RESOURCE_UTILITY_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.WIP_SUB_OPERATION_RESOURCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_SUB_OPERATION_RESOURCES, status:VALID,
-
SYNONYM: APPS.WIP_SUB_OPERATION_RESOURCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_SUB_OPERATION_RESOURCES, status:VALID,
-
VIEW: WIP.WIP_SUB_OPERATION_RESOURCES#
12.2.2
owner:WIP, object_type:VIEW, object_name:WIP_SUB_OPERATION_RESOURCES#, status:VALID,
-
PACKAGE BODY: APPS.EAM_SUB_RESOURCE_UTILITY_PVT
12.2.2
-
VIEW: WIP.WIP_SUB_OPERATION_RESOURCES#
12.2.2
-
APPS.WIP_BOMROUTING_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.WIP_SUB_OP_RESOURCES_PKG
12.1.1
-
APPS.WIP_OP_RESOURCES_UTILITIES SQL Statements
12.1.1
-
PACKAGE BODY: APPS.EAM_SUB_RESOURCE_UTILITY_PVT
12.1.1
-
PACKAGE BODY: APPS.WIP_WS_EXCEPTIONS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_WS_EXCEPTIONS, status:VALID,
-
APPS.WIP_OP_RESOURCES_UTILITIES SQL Statements
12.2.2
-
Table: CST_ACTIVITIES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITIES, object_name:CST_ACTIVITIES, status:VALID, product: BOM - Bills of Material , description: Activity definition associated with activity costing , implementation_dba_data: BOM.CST_ACTIVITIES ,
-
PACKAGE BODY: APPS.WIP_UPDATE_SETUP_RESOURCES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_UPDATE_SETUP_RESOURCES, status:VALID,
-
PACKAGE BODY: APPS.WIP_WS_EXCEPTIONS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_WS_EXCEPTIONS, status:VALID,
-
PACKAGE BODY: APPS.WIP_SUB_OP_RESOURCES_PKG
12.2.2
-
APPS.WIP_BOMROUTING_PVT SQL Statements
12.2.2
-
Table: WIP_OPERATIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_OPERATIONS, object_name:WIP_OPERATIONS, status:VALID, product: WIP - Work in Process , description: Operations necessary for jobs and schedules , implementation_dba_data: WIP.WIP_OPERATIONS ,
-
PACKAGE BODY: APPS.WIP_OPERATIONS_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_OPERATIONS_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.WIP_OP_RESOURCES_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_OP_RESOURCES_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.WIP_UPDATE_SETUP_RESOURCES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_UPDATE_SETUP_RESOURCES, status:VALID,
-
PACKAGE BODY: APPS.WIP_OP_RESOURCES_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_OP_RESOURCES_UTILITIES, status:VALID,
-
Table: WIP_OPERATIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_OPERATIONS, object_name:WIP_OPERATIONS, status:VALID, product: WIP - Work in Process , description: Operations necessary for jobs and schedules , implementation_dba_data: WIP.WIP_OPERATIONS ,
-
PACKAGE BODY: APPS.BOM_VALIDATE_SUB_OP_RES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_VALIDATE_SUB_OP_RES, status:VALID,
-
PACKAGE BODY: APPS.BOM_VALIDATE_SUB_OP_RES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_VALIDATE_SUB_OP_RES, status:VALID,
-
PACKAGE BODY: APPS.EAM_SUB_RESOURCE_UTILITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_SUB_RESOURCE_UTILITY_PVT, status:VALID,
-
Table: CST_ACTIVITIES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITIES, object_name:CST_ACTIVITIES, status:VALID, product: BOM - Bills of Material , description: Activity definition associated with activity costing , implementation_dba_data: BOM.CST_ACTIVITIES ,
-
PACKAGE BODY: APPS.WIP_SCHEDULER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_SCHEDULER, status:VALID,
-
PACKAGE BODY: APPS.WIP_SCHEDULER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_SCHEDULER, status:VALID,
-
PACKAGE BODY: APPS.WIP_OPERATIONS_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_OPERATIONS_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.EAM_SUB_RESOURCE_UTILITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_SUB_RESOURCE_UTILITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.WIP_OPERATIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_OPERATIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.EAM_SUB_RESOURCE_VALIDATE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_SUB_RESOURCE_VALIDATE_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.EAM_SUB_RESOURCE_VALIDATE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_SUB_RESOURCE_VALIDATE_PVT, status:VALID,
-
VIEW: APPS.WIP_SUB_OPERATION_RESOURCES_V
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WPS_COMMON
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WPS_COMMON, status:VALID,
-
PACKAGE BODY: APPS.EAM_WO_NETWORK_DEFAULT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_WO_NETWORK_DEFAULT_PVT, status:VALID,
-
PACKAGE BODY: APPS.WIP_BOMROUTINGUTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_BOMROUTINGUTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.WIP_WPS_COMMON
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_WPS_COMMON, status:VALID,
-
PACKAGE BODY: APPS.WIP_BOMROUTING_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_BOMROUTING_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.WPS_COMMON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WPS_COMMON, status:VALID,
-
PACKAGE BODY: APPS.WIP_BOMROUTING_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_BOMROUTING_PVT, status:VALID,