Search Results ahl_workorders
Overview
The AHL_WORKORDERS table is a core data object within the Oracle E-Business Suite (EBS) module AHL (Complex Maintenance, Repair, and Overhaul). It serves as the central repository for production work order information, which is a fundamental entity for managing maintenance, repair, and overhaul (MRO) operations. In the context of EBS 12.1.1 and 12.2.2, this table enables the tracking, execution, and integration of work orders that are generated from service requests, maintenance visits, or as standalone production activities. Its role is critical for linking maintenance planning with execution, bridging entities like visits and tasks with manufacturing and quality processes.
Key Information Stored
The table's primary key is the WORKORDER_ID, which uniquely identifies each work order record. As indicated by its foreign key relationships, the table stores essential relational pointers that integrate the work order into the broader AHL and manufacturing ecosystem. Key foreign key columns include VISIT_ID, linking to the AHL_VISITS_B table to associate the work with a service visit; VISIT_TASK_ID, linking to AHL_VISIT_TASKS_B for the specific task; and WIP_ENTITY_ID, linking to the WIP_ENTITIES table to integrate with Oracle Work in Process for manufacturing execution. Other significant links are ROUTE_ID (to AHL_ROUTES_B for operational steps) and PLAN_ID (to QA_PLANS for quality inspection plans).
Common Use Cases and Queries
Common use cases revolve around tracking work order status, reporting on maintenance execution, and integrating data for custom interfaces. A typical reporting query might join AHL_WORKORDERS with visit and task tables to analyze work backlog or completion rates. For integration with manufacturing, a query linking AHL_WORKORDERS to WIP_ENTITIES and related transaction tables is standard. Sample SQL to fetch basic work order details with visit information would be:
- SELECT wo.WORKORDER_ID, wo.WIP_ENTITY_ID, v.VISIT_NUMBER, vt.TASK_NAME FROM AHL_WORKORDERS wo, AHL_VISITS_B v, AHL_VISIT_TASKS_B vt WHERE wo.VISIT_ID = v.VISIT_ID AND wo.VISIT_TASK_ID = vt.VISIT_TASK_ID;
Another critical scenario involves querying for non-routine work orders associated with part changes or material transactions via the relationships to AHL_PART_CHANGES and AHL_WORKORDER_MTL_TXNS.
Related Objects
The AHL_WORKORDERS table has extensive relationships, acting as a hub for transactional data. Key parent tables referenced via foreign keys include AHL_VISITS_B, AHL_VISIT_TASKS_B, AHL_ROUTES_B, WIP_ENTITIES, and QA_PLANS. Crucially, it is the parent table for several important child transactional tables, including AHL_WORKORDER_OPERATIONS (for detailed operations), AHL_WORKORDER_TXNS (for work order transactions), AHL_OSP_ORDER_LINES (for Outside Processing), AHL_PART_CHANGES, and AHL_WORKORDER_MTL_TXNS. This network of relationships underscores its central role in capturing the full lifecycle of a maintenance work order within Oracle EBS CMRO.
-
Table: AHL_WORKORDERS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WORKORDERS, object_name:AHL_WORKORDERS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Ahl Production Workorder Information stored in this table , implementation_dba_data: AHL.AHL_WORKORDERS ,
-
Table: AHL_WORKORDERS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WORKORDERS, object_name:AHL_WORKORDERS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Ahl Production Workorder Information stored in this table , implementation_dba_data: AHL.AHL_WORKORDERS ,
-
Table: AHL_PRD_DISPOSITIONS_B_H
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_PRD_DISPOSITIONS_B_H, object_name:AHL_PRD_DISPOSITIONS_B_H, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Store disposition history , implementation_dba_data: AHL.AHL_PRD_DISPOSITIONS_B_H ,
-
Table: AHL_PRD_DISPOSITIONS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_PRD_DISPOSITIONS_B, object_name:AHL_PRD_DISPOSITIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Store information about workorders's disposiiton , implementation_dba_data: AHL.AHL_PRD_DISPOSITIONS_B ,
-
View: AHL_MM_WRK_ORDER_RESERVTN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MM_WRK_ORDER_RESERVTN_V, object_name:AHL_MM_WRK_ORDER_RESERVTN_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: APPS.AHL_MM_WRK_ORDER_RESERVTN_V ,
-
Table: AHL_WORKORDER_TXNS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WORKORDER_TXNS, object_name:AHL_WORKORDER_TXNS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Ahl Production Workorder Transaction Information stored in this table , implementation_dba_data: AHL.AHL_WORKORDER_TXNS ,
-
Table: AHL_OSP_ORDER_LINES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OSP_ORDER_LINES, object_name:AHL_OSP_ORDER_LINES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Table to store order lines , implementation_dba_data: AHL.AHL_OSP_ORDER_LINES ,
-
Table: AHL_WORKORDER_TXNS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WORKORDER_TXNS, object_name:AHL_WORKORDER_TXNS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Ahl Production Workorder Transaction Information stored in this table , implementation_dba_data: AHL.AHL_WORKORDER_TXNS ,
-
Table: AHL_WARRANTY_ENTITLEMENTS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WARRANTY_ENTITLEMENTS, object_name:AHL_WARRANTY_ENTITLEMENTS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: AHL.AHL_WARRANTY_ENTITLEMENTS ,
-
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_OSP_ORDER_LINES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_OSP_ORDER_LINES, object_name:AHL_OSP_ORDER_LINES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Table to store order lines , implementation_dba_data: AHL.AHL_OSP_ORDER_LINES ,
-
Table: AHL_PART_CHANGES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_PART_CHANGES, object_name:AHL_PART_CHANGES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Table to store part change transaction details. , implementation_dba_data: AHL.AHL_PART_CHANGES ,
-
Table: AHL_VISITS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_VISITS_B, object_name:AHL_VISITS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about visits , implementation_dba_data: AHL.AHL_VISITS_B ,
-
Table: AHL_WORKORDER_MTL_TXNS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WORKORDER_MTL_TXNS, object_name:AHL_WORKORDER_MTL_TXNS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the material transactions that were issued against a job. , implementation_dba_data: AHL.AHL_WORKORDER_MTL_TXNS ,
-
Table: AHL_PART_CHANGES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_PART_CHANGES, object_name:AHL_PART_CHANGES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Table to store part change transaction details. , implementation_dba_data: AHL.AHL_PART_CHANGES ,
-
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_MTL_TXNS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WORKORDER_MTL_TXNS, object_name:AHL_WORKORDER_MTL_TXNS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the material transactions that were issued against a job. , implementation_dba_data: AHL.AHL_WORKORDER_MTL_TXNS ,
-
Table: AHL_VISITS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_VISITS_B, object_name:AHL_VISITS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about visits , implementation_dba_data: AHL.AHL_VISITS_B ,
-
Table: AHL_ROUTES_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTES_B, object_name:AHL_ROUTES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the Route attributes. , implementation_dba_data: AHL.AHL_ROUTES_B ,
-
Table: AHL_ROUTES_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTES_B, object_name:AHL_ROUTES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the Route attributes. , implementation_dba_data: AHL.AHL_ROUTES_B ,
-
Table: AHL_VISIT_TASKS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_VISIT_TASKS_B, object_name:AHL_VISIT_TASKS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about visit tasks , implementation_dba_data: AHL.AHL_VISIT_TASKS_B ,
-
Table: AHL_VISIT_TASKS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_VISIT_TASKS_B, object_name:AHL_VISIT_TASKS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about visit tasks , implementation_dba_data: AHL.AHL_VISIT_TASKS_B ,
-
View: AHL_JOB_OPER_MATERIALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_JOB_OPER_MATERIALS_V, object_name:AHL_JOB_OPER_MATERIALS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: APPS.AHL_JOB_OPER_MATERIALS_V ,
-
View: AHL_JOB_OPER_MATERIALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_JOB_OPER_MATERIALS_V, object_name:AHL_JOB_OPER_MATERIALS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: APPS.AHL_JOB_OPER_MATERIALS_V ,
-
View: AHL_MR_INSTANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_INSTANCES_V, object_name:AHL_MR_INSTANCES_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View To get all the Maintenance Requirements in Production , implementation_dba_data: APPS.AHL_MR_INSTANCES_V ,
-
View: AHL_SEARCH_VISIT_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SEARCH_VISIT_TASK_V, object_name:AHL_SEARCH_VISIT_TASK_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visits task information by search visit tasks screen , implementation_dba_data: APPS.AHL_SEARCH_VISIT_TASK_V ,
-
View: AHL_MR_INSTANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_INSTANCES_V, object_name:AHL_MR_INSTANCES_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View To get all the Maintenance Requirements in Production , implementation_dba_data: APPS.AHL_MR_INSTANCES_V ,
-
View: AHL_SEARCH_VISIT_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SEARCH_VISIT_TASK_V, object_name:AHL_SEARCH_VISIT_TASK_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visits task information by search visit tasks screen , implementation_dba_data: APPS.AHL_SEARCH_VISIT_TASK_V ,
-
View: AHL_WORKORDER_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_WORKORDER_OPERATIONS_V, object_name:AHL_WORKORDER_OPERATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Ahl WorkOrder Operations view. , implementation_dba_data: APPS.AHL_WORKORDER_OPERATIONS_V ,
-
View: AHL_WORKORDER_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_WORKORDER_OPERATIONS_V, object_name:AHL_WORKORDER_OPERATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Ahl WorkOrder Operations view. , implementation_dba_data: APPS.AHL_WORKORDER_OPERATIONS_V ,
-
View: AHL_WORKORDERS_OSP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_WORKORDERS_OSP_V, object_name:AHL_WORKORDERS_OSP_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Workorders View for Outside Processing module. Excludes Master Workorders. , implementation_dba_data: APPS.AHL_WORKORDERS_OSP_V ,
-
View: AHL_WORKORDERS_OSP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_WORKORDERS_OSP_V, object_name:AHL_WORKORDERS_OSP_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Workorders View for Outside Processing module. Excludes Master Workorders. , implementation_dba_data: APPS.AHL_WORKORDERS_OSP_V ,
-
View: AHL_ALL_WORKORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ALL_WORKORDERS_V, object_name:AHL_ALL_WORKORDERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Workorders View for Production Module Restricted by Operating Unit id. No restriction for masterworkorders and workorders created for costing , implementation_dba_data: APPS.AHL_ALL_WORKORDERS_V ,
-
View: AHL_ALL_WORKORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ALL_WORKORDERS_V, object_name:AHL_ALL_WORKORDERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Workorders View for Production Module Restricted by Operating Unit id. No restriction for masterworkorders and workorders created for costing , implementation_dba_data: APPS.AHL_ALL_WORKORDERS_V ,
-
View: AHL_WORKORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_WORKORDERS_V, object_name:AHL_WORKORDERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Workorders View for Production Module Restricted by Operating Unit id. Restriction for masterworkorders and workorders created for costing , implementation_dba_data: APPS.AHL_WORKORDERS_V ,
-
View: AHL_WORKORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_WORKORDERS_V, object_name:AHL_WORKORDERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Workorders View for Production Module Restricted by Operating Unit id. Restriction for masterworkorders and workorders created for costing , implementation_dba_data: APPS.AHL_WORKORDERS_V ,