Search Results wip_operations
Overview
The WIP_OPERATIONS table is a core transactional table within the Oracle E-Business Suite (EBS) Work in Process (WIP) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master repository for all manufacturing operation sequences defined for discrete jobs and repetitive schedules. This table is fundamental to the execution and tracking of production workflows, as it stores the routing details that define the sequence of steps required to build an assembly. Each record represents a specific operation within the manufacturing process for a given work order, linking the production job to its underlying engineering and resource data from the Bills of Material (BOM) module.
Key Information Stored
The table's primary key uniquely identifies an operation using a combination of WIP_ENTITY_ID (the discrete job or repetitive schedule), OPERATION_SEQ_NUM, and REPETITIVE_SCHEDULE_ID. Key columns include WIP_ENTITY_ID, which links to WIP_DISCRETE_JOBS or WIP_REPETITIVE_SCHEDULES, and OPERATION_SEQUENCE_ID, which references the standard routing definition in BOM_OPERATION_SEQUENCES. DEPARTMENT_ID links the operation to a production department from BOM_DEPARTMENTS. The table also maintains the operational network through PREVIOUS_OPERATION_SEQ_NUM and NEXT_OPERATION_SEQ_NUM columns, which establish the sequence flow. Additional columns typically store status, scheduled dates, and counts for quantity in queue, running, and completed at the operation level.
Common Use Cases and Queries
Primary use cases involve production reporting, shop floor control, and transaction validation. Common queries include retrieving the operation sequence for a specific job to display on a work order traveler, calculating work-in-process at each operation for capacity planning, and validating move transactions against defined operation sequences. A typical query pattern joins WIP_OPERATIONS with WIP_DISCRETE_JOBS and BOM_OPERATION_SEQUENCES to get a full routing view.
- Sample Query: Job Operation Routing
SELECT wo.operation_seq_num, bos.operation_code, wo.department_id
FROM wip_operations wo,
bom_operation_sequences bos,
wip_discrete_jobs wdj
WHERE wo.wip_entity_id = wdj.wip_entity_id
AND wo.operation_sequence_id = bos.operation_sequence_id
AND wdj.job_name = '<JOB_NAME>'
ORDER BY wo.operation_seq_num;
Related Objects
The WIP_OPERATIONS table has extensive relationships, acting as a central hub for WIP transactions and planning. As documented in the ETRM, key foreign key relationships include:
- BOM_DEPARTMENTS: Via DEPARTMENT_ID.
- BOM_OPERATION_SEQUENCES: Via OPERATION_SEQUENCE_ID.
- WIP_DISCRETE_JOBS and WIP_REPETITIVE_SCHEDULES: Via WIP_ENTITY_ID and REPETITIVE_SCHEDULE_ID.
- Self-Referential Relationships: To define the operation sequence network (PREVIOUS_OPERATION_SEQ_NUM, NEXT_OPERATION_SEQ_NUM).
- Transaction Interfaces: WIP_MOVE_TXN_INTERFACE references it for from/to operation validation.
- Component Tables: WIP_OPERATION_RESOURCES, WIP_SUB_OPERATION_RESOURCES, and WIP_REQUIREMENT_OPERATIONS all use its primary key to attach detailed resource and material data.
- External Integration: Referenced by JAI_PO_OSP_LINES for outside processing.
-
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 ,
-
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 ,
-
Table: WIP_MOVE_TXN_INTERFACE
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TXN_INTERFACE, object_name:WIP_MOVE_TXN_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to process shop floor move transactions , implementation_dba_data: WIP.WIP_MOVE_TXN_INTERFACE ,
-
View: WIP_OSP_DEST_OPERATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OSP_DEST_OPERATION_V, object_name:WIP_OSP_DEST_OPERATION_V, status:VALID, product: WIP - Work in Process , description: Destination operation for outside processing resources , implementation_dba_data: APPS.WIP_OSP_DEST_OPERATION_V ,
-
Table: WIP_MOVE_TXN_INTERFACE
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_MOVE_TXN_INTERFACE, object_name:WIP_MOVE_TXN_INTERFACE, status:VALID, product: WIP - Work in Process , description: Requests to process shop floor move transactions , implementation_dba_data: WIP.WIP_MOVE_TXN_INTERFACE ,
-
View: WIP_OSP_DEST_OPERATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OSP_DEST_OPERATION_V, object_name:WIP_OSP_DEST_OPERATION_V, status:VALID, product: WIP - Work in Process , description: Destination operation for outside processing resources , implementation_dba_data: APPS.WIP_OSP_DEST_OPERATION_V ,
-
View: WIP_OSP_REQS_POS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OSP_REQS_POS_V, object_name:WIP_OSP_REQS_POS_V, status:VALID, product: WIP - Work in Process , description: Requisitions and purchase orders information for a job or repetitive schedule , implementation_dba_data: APPS.WIP_OSP_REQS_POS_V ,
-
View: WIP_OSP_REQS_POS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OSP_REQS_POS_V, object_name:WIP_OSP_REQS_POS_V, status:VALID, product: WIP - Work in Process , description: Requisitions and purchase orders information for a job or repetitive schedule , implementation_dba_data: APPS.WIP_OSP_REQS_POS_V ,
-
View: WIP_PCB_DEPT_UPS_DISPATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_PCB_DEPT_UPS_DISPATCH_V, object_name:WIP_PCB_DEPT_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: WIP Production Control Board base view , implementation_dba_data: APPS.WIP_PCB_DEPT_UPS_DISPATCH_V ,
-
View: WIP_PCB_DEPT_UPS_DISPATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_PCB_DEPT_UPS_DISPATCH_V, object_name:WIP_PCB_DEPT_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: WIP Production Control Board base view , implementation_dba_data: APPS.WIP_PCB_DEPT_UPS_DISPATCH_V ,
-
View: WIP_PCB_RES_UPS_DISPATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_PCB_RES_UPS_DISPATCH_V, object_name:WIP_PCB_RES_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: WIP Production Control Board base view , implementation_dba_data: APPS.WIP_PCB_RES_UPS_DISPATCH_V ,
-
View: WIP_REP_QUANTITY_SCRAPPED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_REP_QUANTITY_SCRAPPED_V, object_name:WIP_REP_QUANTITY_SCRAPPED_V, status:VALID, product: WIP - Work in Process , description: Quantity scrapped for repetitive schedules , implementation_dba_data: APPS.WIP_REP_QUANTITY_SCRAPPED_V ,
-
View: WIP_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPERATIONS_V, object_name:WIP_OPERATIONS_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_OPERATIONS , implementation_dba_data: APPS.WIP_OPERATIONS_V ,
-
View: WIP_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPERATIONS_V, object_name:WIP_OPERATIONS_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_OPERATIONS , implementation_dba_data: APPS.WIP_OPERATIONS_V ,
-
View: WIP_PCB_RES_UPS_DISPATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_PCB_RES_UPS_DISPATCH_V, object_name:WIP_PCB_RES_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: WIP Production Control Board base view , implementation_dba_data: APPS.WIP_PCB_RES_UPS_DISPATCH_V ,
-
View: WIP_PCB_EMP_UPS_DISPATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_PCB_EMP_UPS_DISPATCH_V, object_name:WIP_PCB_EMP_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: WIP Production Control Board base view , implementation_dba_data: APPS.WIP_PCB_EMP_UPS_DISPATCH_V ,
-
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 ,
-
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 ,
-
View: WIP_PCB_EQP_UPS_DISPATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_PCB_EQP_UPS_DISPATCH_V, object_name:WIP_PCB_EQP_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: WIP Production Control Board base view , implementation_dba_data: APPS.WIP_PCB_EQP_UPS_DISPATCH_V ,
-
View: WIP_REP_QUANTITY_SCRAPPED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_REP_QUANTITY_SCRAPPED_V, object_name:WIP_REP_QUANTITY_SCRAPPED_V, status:VALID, product: WIP - Work in Process , description: Quantity scrapped for repetitive schedules , implementation_dba_data: APPS.WIP_REP_QUANTITY_SCRAPPED_V ,
-
View: WIP_PCB_EMP_UPS_DISPATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_PCB_EMP_UPS_DISPATCH_V, object_name:WIP_PCB_EMP_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: WIP Production Control Board base view , implementation_dba_data: APPS.WIP_PCB_EMP_UPS_DISPATCH_V ,
-
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_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 ,
-
View: WIP_PCB_EQP_UPS_DISPATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_PCB_EQP_UPS_DISPATCH_V, object_name:WIP_PCB_EQP_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: WIP Production Control Board base view , implementation_dba_data: APPS.WIP_PCB_EQP_UPS_DISPATCH_V ,
-
View: WIP_EAM_NEXT_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_NEXT_OPERATIONS_V, object_name:WIP_EAM_NEXT_OPERATIONS_V, status:VALID, product: WIP - Work in Process , description: EAM Operation Dependency - Next Ops , implementation_dba_data: APPS.WIP_EAM_NEXT_OPERATIONS_V ,
-
Table: WIP_REQUIREMENT_OPERATIONS
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REQUIREMENT_OPERATIONS, object_name:WIP_REQUIREMENT_OPERATIONS, status:VALID, product: WIP - Work in Process , description: Components required by jobs and schedules , implementation_dba_data: WIP.WIP_REQUIREMENT_OPERATIONS ,
-
View: WIP_DISC_INTRAOP_STEPS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DISC_INTRAOP_STEPS_VAL_V, object_name:WIP_DISC_INTRAOP_STEPS_VAL_V, status:VALID, product: WIP - Work in Process , description: Intraoperation steps , implementation_dba_data: APPS.WIP_DISC_INTRAOP_STEPS_VAL_V ,
-
Table: WIP_REQUIREMENT_OPERATIONS
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REQUIREMENT_OPERATIONS, object_name:WIP_REQUIREMENT_OPERATIONS, status:VALID, product: WIP - Work in Process , description: Components required by jobs and schedules , implementation_dba_data: WIP.WIP_REQUIREMENT_OPERATIONS ,
-
View: WIP_OPERATIONS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPERATIONS_ALL_V, object_name:WIP_OPERATIONS_ALL_V, status:VALID, product: WIP - Work in Process , description: Summary operation data , implementation_dba_data: APPS.WIP_OPERATIONS_ALL_V ,
-
View: WIP_EAM_PRIOR_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_PRIOR_OPERATIONS_V, object_name:WIP_EAM_PRIOR_OPERATIONS_V, status:VALID, product: WIP - Work in Process , description: EAM Operation Dependency - Prior Ops , implementation_dba_data: APPS.WIP_EAM_PRIOR_OPERATIONS_V ,
-
View: WIP_OPERATIONS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPERATIONS_ALL_V, object_name:WIP_OPERATIONS_ALL_V, status:VALID, product: WIP - Work in Process , description: Summary operation data , implementation_dba_data: APPS.WIP_OPERATIONS_ALL_V ,
-
View: WIP_OSP_OPERATIONS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OSP_OPERATIONS_VAL_V, object_name:WIP_OSP_OPERATIONS_VAL_V, status:VALID, product: WIP - Work in Process , description: Operations with outside processing resources , implementation_dba_data: APPS.WIP_OSP_OPERATIONS_VAL_V ,
-
View: WIP_CUMULATIVE_SCRAP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_CUMULATIVE_SCRAP_V, object_name:WIP_CUMULATIVE_SCRAP_V, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIP_CUMULATIVE_SCRAP_V ,
-
View: WIP_DISC_INTRAOP_STEPS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DISC_INTRAOP_STEPS_VAL_V, object_name:WIP_DISC_INTRAOP_STEPS_VAL_V, status:VALID, product: WIP - Work in Process , description: Intraoperation steps , implementation_dba_data: APPS.WIP_DISC_INTRAOP_STEPS_VAL_V ,
-
Table: WIP_REPETITIVE_SCHEDULES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REPETITIVE_SCHEDULES, object_name:WIP_REPETITIVE_SCHEDULES, status:VALID, product: WIP - Work in Process , description: Repetitive schedules , implementation_dba_data: WIP.WIP_REPETITIVE_SCHEDULES ,
-
Table: WIP_REPETITIVE_SCHEDULES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_REPETITIVE_SCHEDULES, object_name:WIP_REPETITIVE_SCHEDULES, status:VALID, product: WIP - Work in Process , description: Repetitive schedules , implementation_dba_data: WIP.WIP_REPETITIVE_SCHEDULES ,
-
View: WIP_EAM_PRIOR_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_PRIOR_OPERATIONS_V, object_name:WIP_EAM_PRIOR_OPERATIONS_V, status:VALID, product: WIP - Work in Process , description: EAM Operation Dependency - Prior Ops , implementation_dba_data: APPS.WIP_EAM_PRIOR_OPERATIONS_V ,
-
View: WIP_EAM_NEXT_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_NEXT_OPERATIONS_V, object_name:WIP_EAM_NEXT_OPERATIONS_V, status:VALID, product: WIP - Work in Process , description: EAM Operation Dependency - Next Ops , implementation_dba_data: APPS.WIP_EAM_NEXT_OPERATIONS_V ,
-
View: WIP_OSP_OPERATIONS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OSP_OPERATIONS_VAL_V, object_name:WIP_OSP_OPERATIONS_VAL_V, status:VALID, product: WIP - Work in Process , description: Operations with outside processing resources , implementation_dba_data: APPS.WIP_OSP_OPERATIONS_VAL_V ,
-
View: WIP_CUMULATIVE_SCRAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_CUMULATIVE_SCRAP_V, object_name:WIP_CUMULATIVE_SCRAP_V, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIP_CUMULATIVE_SCRAP_V ,
-
View: WIP_TX_REP_INTRAOP_STEPS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_TX_REP_INTRAOP_STEPS_VAL_V, object_name:WIP_TX_REP_INTRAOP_STEPS_VAL_V, status:VALID, product: WIP - Work in Process , description: Repetitive intraoperation steps for released/complete schedules , implementation_dba_data: APPS.WIP_TX_REP_INTRAOP_STEPS_VAL_V ,
-
View: WIPBV_WIP_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_OPERATIONS, object_name:WIPBV_WIP_OPERATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_OPERATIONS ,
-
View: WIP_TX_REP_INTRAOP_STEPS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_TX_REP_INTRAOP_STEPS_VAL_V, object_name:WIP_TX_REP_INTRAOP_STEPS_VAL_V, status:VALID, product: WIP - Work in Process , description: Repetitive intraoperation steps for released/complete schedules , implementation_dba_data: APPS.WIP_TX_REP_INTRAOP_STEPS_VAL_V ,
-
View: WIP_ICX_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_ICX_COMPONENTS_V, object_name:WIP_ICX_COMPONENTS_V, status:VALID, product: WIP - Work in Process , description: Component information for job/schedule operations , implementation_dba_data: APPS.WIP_ICX_COMPONENTS_V ,
-
View: WIP_REP_INTRAOP_STEPS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_REP_INTRAOP_STEPS_VAL_V, object_name:WIP_REP_INTRAOP_STEPS_VAL_V, status:VALID, product: WIP - Work in Process , description: Repetitive intraoperation steps , implementation_dba_data: APPS.WIP_REP_INTRAOP_STEPS_VAL_V ,
-
View: WIP_DEPT_UPS_DISPATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DEPT_UPS_DISPATCH_V, object_name:WIP_DEPT_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: Department upstream dispatch list , implementation_dba_data: APPS.WIP_DEPT_UPS_DISPATCH_V ,
-
View: WIP_ICX_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_ICX_COMPONENTS_V, object_name:WIP_ICX_COMPONENTS_V, status:VALID, product: WIP - Work in Process , description: Component information for job/schedule operations , implementation_dba_data: APPS.WIP_ICX_COMPONENTS_V ,
-
View: WIP_SHOP_FLOOR_STATUSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_SHOP_FLOOR_STATUSES_V, object_name:WIP_SHOP_FLOOR_STATUSES_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_SHOP_FLOOR_STATUSES , implementation_dba_data: APPS.WIP_SHOP_FLOOR_STATUSES_V ,
-
View: WIP_DEPT_UPS_DISPATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DEPT_UPS_DISPATCH_V, object_name:WIP_DEPT_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: Department upstream dispatch list , implementation_dba_data: APPS.WIP_DEPT_UPS_DISPATCH_V ,
-
View: WIPBV_WIP_OPERATION_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPBV_WIP_OPERATION_RESOURCES, object_name:WIPBV_WIP_OPERATION_RESOURCES, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPBV_WIP_OPERATION_RESOURCES ,