Search Results ahl_workorder_operations
Overview
The AHL_WORKORDER_OPERATIONS table is a core transactional entity within the Oracle E-Business Suite Complex Maintenance, Repair, and Overhaul (CMRO) application. It serves as the central repository for storing and managing operational steps defined for a maintenance work order. In the context of the AHL module, a work order operation represents a discrete, schedulable task, such as an inspection, repair, or overhaul activity, that must be performed to complete the maintenance work order. This table is fundamental to the execution, tracking, and resource planning of maintenance processes, linking high-level work orders to specific operational requirements and their associated resources, materials, and transactions.
Key Information Stored
The table's primary key is the WORKORDER_OPERATION_ID, a unique system-generated identifier for each operation record. Two critical foreign key relationships define its core structure. The WORKORDER_ID column links the operation to its parent work order in the AHL_WORKORDERS table, establishing the work order hierarchy. The OPERATION_ID column links to the AHL_OPERATIONS_B table, which stores the master definition and template for the operation being performed. While the full column list is not detailed in the provided metadata, typical columns in such a table would include sequencing information (OPERATION_SEQUENCE_NUM), scheduling dates (SCHEDULED_START_DATE, SCHEDULED_END_DATE), status (OPERATION_STATUS_CODE), and references to departments or work areas. It acts as the instance-specific execution record for a master operation template.
Common Use Cases and Queries
This table is central to operational reporting and process integration. Common use cases include generating work instructions for technicians, scheduling labor and resources, tracking operational progress, and costing maintenance activities. A fundamental query pattern retrieves all operations for a specific work order to understand its complete scope.
- Sample Query: SELECT wo.workorder_number, op.operation_sequence_num, master_op.operation_name FROM ahl_workorder_operations op, ahl_workorders wo, ahl_operations_b master_op WHERE op.workorder_id = wo.workorder_id AND op.operation_id = master_op.operation_id AND wo.workorder_id = :p_workorder_id ORDER BY op.operation_sequence_num;
- Reporting Use Case: Creating a report of all operations with a status of "Pending" or "In-Progress" to identify active workloads across the maintenance facility.
Related Objects
As indicated by its foreign key relationships, AHL_WORKORDER_OPERATIONS is a pivotal hub within the CMRO schema. It is the parent table for several important transactional entities. The AHL_OPERATION_RESOURCES table stores labor and resource assignments for each operation. Material planning and consumption are tracked through AHL_SCHEDULE_MATERIALS and AHL_WORKORDER_MTL_TXNS. Part replacement and serialized component tracking are managed via AHL_PART_CHANGES. Transactional history for the operations themselves is logged in AHL_WO_OPERATIONS_TXNS. These relationships underscore the table's role in orchestrating the detailed execution of maintenance work, connecting the operational step to all its physical and logistical requirements.
-
Table: AHL_WORKORDER_OPERATIONS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WORKORDER_OPERATIONS, object_name:AHL_WORKORDER_OPERATIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Stores AHL Workorder Operation Information , implementation_dba_data: AHL.AHL_WORKORDER_OPERATIONS ,
-
Table: AHL_WORKORDER_OPERATIONS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WORKORDER_OPERATIONS, object_name:AHL_WORKORDER_OPERATIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Stores AHL Workorder Operation Information , implementation_dba_data: AHL.AHL_WORKORDER_OPERATIONS ,
-
APPS.AHL_PRD_DISP_MTL_TXN_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_OPERATIONS_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_PRINT_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_DISP_UTIL_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_QA_RESULTS_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_LTP_REQST_MATRL_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.MRP_CL_FUNCTION dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_WORKORDER_PUB dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_DISPOSITION_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_BLK_PARTS_CHANGE_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_PRINT_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_WO_PUB dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PP_RESRC_REQUIRE_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_QA_RESULTS_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PP_RESRC_ASSIGN_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_DISPOSITION_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_WO_LOGIN_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_UTIL_PKG dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_DISP_UTIL_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PP_RESRC_REQUIRE_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_OPERATIONS_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_MTLTXN_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_COMPLETIONS_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_WO_LOGIN_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PP_MATERIALS_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PP_RESRC_ASSIGN_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_DISP_MTL_TXN_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PP_MATERIALS_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_UTIL_PKG dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_COMPLETIONS_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_MM_CANNIBALIZATION_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.2.2
-
APPS.AHL_PRD_WO_PUB dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_MTLTXN_PVT dependencies on AHL_WORKORDER_OPERATIONS
12.1.1
-
APPS.AHL_PRD_BLK_PARTS_CHANGE_PVT dependencies on AHL_PART_CHANGES
12.2.2
-
APPS.AHL_LTP_REQST_MATRL_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_LTP_REQST_MATRL_PVT dependencies on WIP_DISCRETE_JOBS
12.2.2
-
APPS.MRP_CL_FUNCTION dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_PRD_UTIL_PKG dependencies on AHL_OPERATION_RESOURCES
12.2.2
-
APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on AHL_WORKORDER_TASKS_V
12.1.1
-
APPS.AHL_PRD_WO_LOGIN_PVT dependencies on AHL_OPERATION_RESOURCES
12.1.1
-
APPS.AHL_COMPLETIONS_PVT dependencies on WIP_OPERATIONS
12.1.1
-
APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on AHL_WORKORDER_TASKS_V
12.2.2