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 ,
-
APPS.AHL_INV_RESERVATIONS_GRP dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_RSV_RESERVATIONS_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_OSP_SHIPMENT_PUB dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_OSP_PO_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_OSP_QUERIES_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_UMP_SR_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_VWP_PROJ_PROD_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_PP_RESRC_REQUIRE_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_MM_MTL_MGT_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_PP_RESRC_ASSIGN_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_VWP_RULES_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_VWP_PRICE_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_LTP_RESRC_LEVL_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_PRD_NONROUTINE_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_PRD_DISP_MTL_TXN_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_PRD_VISITS_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_VWP_TASKS_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_PRD_DF_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_WARRANTY_ENTL_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_PRD_WO_LOGIN_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_CMP_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_UMP_NONROUTINES_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_PRD_SERN_CHANGE_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_VWP_TASKS_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_PRD_MRSHL_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_PRD_DISP_UTIL_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_PRD_NONROUTINE_PUB dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_VWP_COST_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_OSP_PO_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_RSV_RESERVATIONS_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_OSP_SHIPMENT_PUB dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_UMP_NONROUTINES_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_PRD_WO_PUB dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_VWP_VISIT_CST_PR_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_PRD_DISP_UTIL_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_ENIGMA_UTIL_PKG dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_PRD_BLK_PARTS_CHANGE_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_VWP_VISITS_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_OSP_PO_REQ_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_VWP_RULES_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_QA_RESULTS_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_COMPLEX_MX_RWSC_PVT dependencies on AHL_WORKORDERS
12.2.2
-
APPS.AHL_PRD_UTIL_PKG dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_PP_RESRC_ASSIGN_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_PRD_WO_PUB dependencies on AHL_WORKORDERS
12.1.1
-
APPS.AHL_LTP_RESRC_LEVL_PVT dependencies on AHL_WORKORDERS
12.1.1
-
APPS.INV_RESERVATION_PVT dependencies on AHL_WORKORDERS
12.2.2