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 ,
-
APPS.AHL_ENIGMA_ROUTE_OP_PUB dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_DI_ASSO_DOCASO_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_RM_RT_OPER_RESOURCE_PVT dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_ENIGMA_UTIL_PKG dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_ENIGMA_ROUTE_OP_PUB dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_OPERATIONS_APPROVAL_PVT dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_RM_RT_OPER_PANEL_PVT dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_RM_OP_ROUTE_AS_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_DI_ASSO_DOC_ASO_PVT dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_OPERATIONS_PKG dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_OPERATIONS_PKG dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_DI_ASSO_DOCASO_PVT dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_DI_ASSO_DOC_ASO_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_DI_DOC_REVISION_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_RM_APPROVAL_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_RM_RT_OPER_RESOURCE_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_OPERATIONS_APPROVAL_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_RM_ASSO_DOCASO_PVT dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_DI_ASSO_DOC_GEN_PVT dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_RM_OP_ROUTE_AS_PVT dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_RM_MATERIAL_AS_PVT dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_RM_MATERIAL_AS_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_DI_ASSO_DOC_GEN_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_PRD_PRINT_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_RM_ASSO_DOCASO_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_RM_RT_OPER_PANEL_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_RM_OPERATION_PVT dependencies on AHL_OPERATIONS_B
12.2.2
-
APPS.AHL_RM_OPERATION_PVT dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_RM_APPROVAL_PVT dependencies on AHL_OPERATIONS_B
12.1.1
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_ROUTE_OPERATIONS
12.2.2
-
APPS.AHL_PRD_PRINT_PVT dependencies on AHL_WORKORDER_OPERATIONS_V
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_ROUTE_OPERATIONS
12.1.1
-
APPS.AHL_RM_OPERATION_PVT dependencies on FND_LOG
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_RT_OPER_RESOURCES
12.1.1
-
APPS.AHL_RM_OPERATION_PVT dependencies on FND_LOG
12.1.1
-
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 ,
-
APPS.AHL_RM_APPROVAL_PVT SQL Statements
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_ROUTES_APP_V
12.2.2
-
APPS.AHL_RM_APPROVAL_PVT SQL Statements
12.1.1
-
APPS.AHL_RM_ASSO_DOCASO_PVT SQL Statements
12.2.2
-
APPS.AHL_RM_ASSO_DOCASO_PVT SQL Statements
12.1.1
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_RT_OPER_RESOURCES
12.2.2
-
APPS.AHL_PRD_PRINT_PVT dependencies on AHL_ROUTE_OPERATIONS
12.2.2