Search Results ahl_operations_b
Overview
The AHL_OPERATIONS_B table is a core data object within the Oracle E-Business Suite (EBS) Complex Maintenance, Repair, and Overhaul (CMRO) application. It serves as the master repository for all standard and non-standard operations that define the work to be performed during maintenance, repair, or overhaul activities. An operation represents a discrete, logical step in a maintenance process, such as an inspection, repair, or replacement task. This table is foundational for building maintenance routes, work orders, and operational plans, enabling structured and repeatable execution of complex service tasks across the CMRO module.
Key Information Stored
The table's primary identifier is the OPERATION_ID, a system-generated unique key. A critical structural element is the seven-segment key (SEGMENT1 through SEGMENT7), which collectively forms a unique, user-defined operation code, often representing a hierarchical or descriptive numbering scheme for easy identification and reporting. Other significant columns include QA_PLAN_ID, which links the operation to a defined quality assurance plan in the Quality module, ensuring compliance and inspection requirements are associated with the work step. The table also stores descriptive attributes such as the operation type, status, and various control flags that dictate how the operation is planned, scheduled, and executed within work orders and routes.
Common Use Cases and Queries
Primary use cases involve the creation and management of maintenance standards, the configuration of operational sequences in routes, and the instantiation of operations on specific work orders. For reporting, analysts frequently query this table to list all available standard operations or to analyze operational hierarchies. A common SQL pattern retrieves operation details for a specific work order by joining through AHL_WORKORDER_OPERATIONS. Another typical query validates or lists operations based on their segment code for data maintenance purposes.
- Listing standard operations with their codes:
SELECT operation_id, segment1, segment2, segment3, segment4, segment5, segment6, segment7 FROM ahl_operations_b WHERE standard_operation_flag = 'Y'; - Finding operations used on a specific work order:
SELECT aop.* FROM ahl_operations_b aop, ahl_workorder_operations awo WHERE awo.workorder_id = :p_wo_id AND awo.operation_id = aop.operation_id;
Related Objects
The AHL_OPERATIONS_B table is central to the CMRO data model, with numerous child tables referencing its OPERATION_ID. Key relationships documented in the ETRM include:
- AHL_OPERATIONS_TL: Holds translated descriptions for the operations.
- AHL_OPERATIONS_H_B and AHL_OPERATION_PHASES_H: Store historical audit data for operations and their phases.
- AHL_OPERATION_PHASES: Defines the sequential phases or sub-steps within an operation.
- AHL_ROUTE_OPERATIONS and AHL_ROUTE_OPERATIONS_H: Link operations to standard maintenance routes.
- AHL_WORKORDER_OPERATIONS: Instantiates operations on specific work orders.
- AHL_RT_OPER_LABOR, AHL_RT_OPER_MATERIALS, and AHL_RT_OPER_RESOURCES (and their history tables): Store the labor, material, and resource requirements associated with an operation.
- AHL_DOC_TITLE_ASSOS_B: Associates documents with an operation using ASO_OBJECT_ID.
- QA_PLANS: References the operation's quality plan via QA_PLAN_ID.
-
Table: AHL_OPERATIONS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_B, object_name:AHL_OPERATIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This Table stores the Standard and Non Standard Operations. , implementation_dba_data: AHL.AHL_OPERATIONS_B ,
-
Table: AHL_OPERATIONS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_B, object_name:AHL_OPERATIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This Table stores the Standard and Non Standard Operations. , implementation_dba_data: AHL.AHL_OPERATIONS_B ,
-
Table: AHL_OPERATIONS_H_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_H_B, object_name:AHL_OPERATIONS_H_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_OPERATIONS_B. , implementation_dba_data: AHL.AHL_OPERATIONS_H_B ,
-
Table: AHL_OPERATIONS_H_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_H_B, object_name:AHL_OPERATIONS_H_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_OPERATIONS_B. , implementation_dba_data: AHL.AHL_OPERATIONS_H_B ,
-
Table: AHL_OPERATIONS_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_TL, object_name:AHL_OPERATIONS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the translated Operation attributes. , implementation_dba_data: AHL.AHL_OPERATIONS_TL ,
-
Table: AHL_ROUTE_OPERATIONS_H
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTE_OPERATIONS_H, object_name:AHL_ROUTE_OPERATIONS_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_ROUTE_OPERATIONS. , implementation_dba_data: AHL.AHL_ROUTE_OPERATIONS_H ,
-
Table: AHL_OPERATION_PHASES_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATION_PHASES_H, object_name:AHL_OPERATION_PHASES_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_OPERATION_PHASES. , implementation_dba_data: AHL.AHL_OPERATION_PHASES_H ,
-
Table: AHL_OPERATION_PHASES_H
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATION_PHASES_H, object_name:AHL_OPERATION_PHASES_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_OPERATION_PHASES. , implementation_dba_data: AHL.AHL_OPERATION_PHASES_H ,
-
Table: AHL_ROUTE_OPERATIONS_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTE_OPERATIONS_H, object_name:AHL_ROUTE_OPERATIONS_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_ROUTE_OPERATIONS. , implementation_dba_data: AHL.AHL_ROUTE_OPERATIONS_H ,
-
Table: AHL_RT_OPER_MATERIALS_H
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS_H, object_name:AHL_RT_OPER_MATERIALS_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_RT_OPER_MATERIALS. , implementation_dba_data: AHL.AHL_RT_OPER_MATERIALS_H ,
-
Table: AHL_ROUTE_OPERATIONS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTE_OPERATIONS, object_name:AHL_ROUTE_OPERATIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the association between Routes and Operations. , implementation_dba_data: AHL.AHL_ROUTE_OPERATIONS ,
-
Table: AHL_RT_OPER_RESOURCES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_RESOURCES, object_name:AHL_RT_OPER_RESOURCES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the resource requirements for a Route or an Operation. , implementation_dba_data: AHL.AHL_RT_OPER_RESOURCES ,
-
Table: AHL_RT_OPER_RESOURCES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_RESOURCES, object_name:AHL_RT_OPER_RESOURCES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the resource requirements for a Route or an Operation. , implementation_dba_data: AHL.AHL_RT_OPER_RESOURCES ,
-
Table: AHL_RT_OPER_ACCESS_PANELS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_ACCESS_PANELS, object_name:AHL_RT_OPER_ACCESS_PANELS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the access panels associated with a Route or an Operation. , implementation_dba_data: AHL.AHL_RT_OPER_ACCESS_PANELS ,
-
Table: AHL_OPERATIONS_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATIONS_TL, object_name:AHL_OPERATIONS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the translated Operation attributes. , implementation_dba_data: AHL.AHL_OPERATIONS_TL ,
-
Table: AHL_OPERATION_PHASES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATION_PHASES, object_name:AHL_OPERATION_PHASES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the significant phases in an Operation. , implementation_dba_data: AHL.AHL_OPERATION_PHASES ,
-
Table: AHL_OPERATION_PHASES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OPERATION_PHASES, object_name:AHL_OPERATION_PHASES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the significant phases in an Operation. , implementation_dba_data: AHL.AHL_OPERATION_PHASES ,
-
Table: AHL_RT_OPER_LABOR_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_LABOR_H, object_name:AHL_RT_OPER_LABOR_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_RT_OPER_LABOR. , implementation_dba_data: AHL.AHL_RT_OPER_LABOR_H ,
-
Table: AHL_RT_OPER_LABOR_H
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_LABOR_H, object_name:AHL_RT_OPER_LABOR_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_RT_OPER_LABOR. , implementation_dba_data: AHL.AHL_RT_OPER_LABOR_H ,
-
Table: AHL_ROUTE_OPERATIONS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTE_OPERATIONS, object_name:AHL_ROUTE_OPERATIONS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the association between Routes and Operations. , implementation_dba_data: AHL.AHL_ROUTE_OPERATIONS ,
-
Table: AHL_RT_OPER_MATERIALS_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS_H, object_name:AHL_RT_OPER_MATERIALS_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: History table for AHL_RT_OPER_MATERIALS. , implementation_dba_data: AHL.AHL_RT_OPER_MATERIALS_H ,
-
Table: AHL_RT_OPER_LABOR
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_LABOR, object_name:AHL_RT_OPER_LABOR, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the labor requirements for a Route or an Operation. , implementation_dba_data: AHL.AHL_RT_OPER_LABOR ,
-
Table: AHL_RT_OPER_LABOR
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_LABOR, object_name:AHL_RT_OPER_LABOR, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the labor requirements for a Route or an Operation. , implementation_dba_data: AHL.AHL_RT_OPER_LABOR ,
-
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 ,
-
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_RT_OPER_MATERIALS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS, object_name:AHL_RT_OPER_MATERIALS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the material and tool requirements for a Route or an Operation. , implementation_dba_data: AHL.AHL_RT_OPER_MATERIALS ,
-
Table: AHL_DOC_TITLE_ASSOS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_DOC_TITLE_ASSOS_B, object_name:AHL_DOC_TITLE_ASSOS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores association between document or document revision and ASO object (ASO object could be a route, master configuration, unit configuration, etc.). , implementation_dba_data: AHL.AHL_DOC_TITLE_ASSOS_B ,
-
Table: AHL_RT_OPER_MATERIALS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS, object_name:AHL_RT_OPER_MATERIALS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the material and tool requirements for a Route or an Operation. , implementation_dba_data: AHL.AHL_RT_OPER_MATERIALS ,
-
Table: AHL_DOC_TITLE_ASSOS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_DOC_TITLE_ASSOS_B, object_name:AHL_DOC_TITLE_ASSOS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores association between document or document revision and ASO object (ASO object could be a route, master configuration, unit configuration, etc.). , implementation_dba_data: AHL.AHL_DOC_TITLE_ASSOS_B ,
-
View: AHL_OPERATIONS_B_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OPERATIONS_B_KFV, object_name:AHL_OPERATIONS_B_KFV, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Key flexfield automatically generated KFV view , implementation_dba_data: APPS.AHL_OPERATIONS_B_KFV ,
-
View: AHL_OPERATIONS_B_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OPERATIONS_B_KFV, object_name:AHL_OPERATIONS_B_KFV, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Key flexfield automatically generated KFV view , implementation_dba_data: APPS.AHL_OPERATIONS_B_KFV ,
-
View: AHL_OPERATIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OPERATIONS_VL, object_name:AHL_OPERATIONS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_OPERATIONS_B and the translated columns from the table AHL_OPERATIONS_TL. , implementation_dba_data: APPS.AHL_OPERATIONS_VL ,
-
View: AHL_OPERATIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OPERATIONS_VL, object_name:AHL_OPERATIONS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_OPERATIONS_B and the translated columns from the table AHL_OPERATIONS_TL. , implementation_dba_data: APPS.AHL_OPERATIONS_VL ,