Search Results ahl_visit_tasks_b
Overview
The AHL_VISIT_TASKS_B table is a core data object within the Oracle E-Business Suite module for Complex Maintenance, Repair, and Overhaul (CMRO). It serves as the primary transactional table for storing the discrete tasks or work requirements generated for a service visit. A visit task represents a specific maintenance action, inspection, or repair procedure to be performed on an asset or unit. This table is fundamental to the planning, scheduling, and execution workflows in the AHL module, linking the high-level service visit to detailed work instructions, materials, and labor assignments.
Key Information Stored
The table's primary key is the VISIT_TASK_ID, which uniquely identifies each task record. Its structure is defined by a comprehensive set of foreign key relationships that integrate the task into the broader EBS ecosystem. Key columns and their purposes include VISIT_ID, linking the task to its parent service visit in AHL_VISITS_B; MR_ID and MR_ROUTE_ID, referencing the governing Maintenance Requirement and its specific route; and UNIT_EFFECTIVITY_ID, tying the task to a specific serialized unit's configuration and effectivity. Further integration is achieved through INSTANCE_ID (CSI_ITEM_INSTANCES) for the asset, SERVICE_REQUEST_ID (CS_INCIDENTS_ALL_B) for the originating service request, and PROJECT_TASK_ID (PA_TASKS) for project accounting. Columns like DEPARTMENT_ID, INVENTORY_ITEM_ID, and ORIGINATING_TASK_ID support operational planning, material definition, and task revision history.
Common Use Cases and Queries
This table is central to operational reporting and process automation. Common use cases include generating work orders, scheduling technician labor, listing material requirements for a visit, and tracking task completion status. A typical query might join this table to its related entities to create a detailed task list for a visit. For example:
- Listing all tasks for a specific visit:
SELECT * FROM AHL_VISIT_TASKS_B WHERE VISIT_ID = <visit_id>; - Identifying tasks linked to a specific maintenance requirement (MR):
SELECT VISIT_TASK_ID, VISIT_ID FROM AHL_VISIT_TASKS_B WHERE MR_ID = <mr_id>; - Reporting on tasks associated with a particular asset instance:
SELECT vt.VISIT_TASK_ID, v.VISIT_NUMBER FROM AHL_VISIT_TASKS_B vt, AHL_VISITS_B v WHERE vt.INSTANCE_ID = <instance_id> AND vt.VISIT_ID = v.VISIT_ID;
Data from this table is also critical for interfaces to external systems like MRO or ERP systems and for custom dashboards tracking maintenance backlog.
Related Objects
The AHL_VISIT_TASKS_B table has extensive relationships within the AHL schema and across other EBS modules. It is the parent table for several key transactional entities, including AHL_SCHEDULE_MATERIALS (planned material consumption), AHL_WORKORDERS (execution details), AHL_TASK_LINKS (task dependencies), and AHL_SNAPSHOTS (historical task data). Its translated descriptions are stored in the related TL table, AHL_VISIT_TASKS_TL. As indicated by the foreign keys, it is a child of or references tables such as AHL_VISITS_B, AHL_MR_HEADERS_B, AHL_MR_ROUTES, AHL_UNIT_EFFECTIVITIES_B, CSI_ITEM_INSTANCES, CS_INCIDENTS_ALL_B, and PA_TASKS, demonstrating its role as a central hub connecting service requests, asset data, maintenance definitions, and project accounting.
-
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 ,
-
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_TASK_LINKS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_TASK_LINKS, object_name:AHL_TASK_LINKS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about task links between different ahl tasks , implementation_dba_data: AHL.AHL_TASK_LINKS ,
-
Table: AHL_TASK_LINKS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_TASK_LINKS, object_name:AHL_TASK_LINKS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about task links between different ahl tasks , implementation_dba_data: AHL.AHL_TASK_LINKS ,
-
Table: AHL_VISIT_TASKS_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_VISIT_TASKS_TL, object_name:AHL_VISIT_TASKS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about translated columns for visit tasks , implementation_dba_data: AHL.AHL_VISIT_TASKS_TL ,
-
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_VISIT_TASKS_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_VISIT_TASKS_TL, object_name:AHL_VISIT_TASKS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about translated columns for visit tasks , implementation_dba_data: AHL.AHL_VISIT_TASKS_TL ,
-
Table: AHL_SNAPSHOTS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SNAPSHOTS, object_name:AHL_SNAPSHOTS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about SnapShots. , implementation_dba_data: AHL.AHL_SNAPSHOTS ,
-
Table: AHL_SNAPSHOTS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SNAPSHOTS, object_name:AHL_SNAPSHOTS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about SnapShots. , implementation_dba_data: AHL.AHL_SNAPSHOTS ,
-
Table: AHL_SCHEDULE_MATERIALS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SCHEDULE_MATERIALS, object_name:AHL_SCHEDULE_MATERIALS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about materials scheduled in MRP , implementation_dba_data: AHL.AHL_SCHEDULE_MATERIALS ,
-
Table: AHL_MR_ROUTES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_ROUTES, object_name:AHL_MR_ROUTES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the associations of maintenance requirements to routes. , implementation_dba_data: AHL.AHL_MR_ROUTES ,
-
Table: AHL_VWP_STAGES_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_VWP_STAGES_B, object_name:AHL_VWP_STAGES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about stages , implementation_dba_data: AHL.AHL_VWP_STAGES_B ,
-
Table: AHL_SCHEDULE_MATERIALS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SCHEDULE_MATERIALS, object_name:AHL_SCHEDULE_MATERIALS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about materials scheduled in MRP , implementation_dba_data: AHL.AHL_SCHEDULE_MATERIALS ,
-
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_MR_ROUTES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_ROUTES, object_name:AHL_MR_ROUTES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the associations of maintenance requirements to routes. , implementation_dba_data: AHL.AHL_MR_ROUTES ,
-
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_MR_HEADERS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_HEADERS_B, object_name:AHL_MR_HEADERS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the maintenance requirement header information. , implementation_dba_data: AHL.AHL_MR_HEADERS_B ,
-
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_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_MR_HEADERS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_HEADERS_B, object_name:AHL_MR_HEADERS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the maintenance requirement header information. , implementation_dba_data: AHL.AHL_MR_HEADERS_B ,
-
Table: AHL_UNIT_EFFECTIVITIES_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_EFFECTIVITIES_B, object_name:AHL_UNIT_EFFECTIVITIES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the applicable maintenance requirements for all units and their components. , implementation_dba_data: AHL.AHL_UNIT_EFFECTIVITIES_B ,
-
Table: AHL_UNIT_EFFECTIVITIES_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_EFFECTIVITIES_B, object_name:AHL_UNIT_EFFECTIVITIES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the applicable maintenance requirements for all units and their components. , implementation_dba_data: AHL.AHL_UNIT_EFFECTIVITIES_B ,
-
View: AHL_VISIT_TASKS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_TASKS_VL, object_name:AHL_VISIT_TASKS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit Task details , implementation_dba_data: APPS.AHL_VISIT_TASKS_VL ,
-
View: AHL_VISIT_TASKS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_TASKS_VL, object_name:AHL_VISIT_TASKS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit Task details , implementation_dba_data: APPS.AHL_VISIT_TASKS_VL ,
-
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_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_VISIT_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_TASKS_V, object_name:AHL_VISIT_TASKS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view is based Ahl_Visits_vl, Ahl_visit_tasks_vl , implementation_dba_data: APPS.AHL_VISIT_TASKS_V ,
-
View: AHL_VISIT_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_TASKS_V, object_name:AHL_VISIT_TASKS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view is based Ahl_Visits_vl, Ahl_visit_tasks_vl , implementation_dba_data: APPS.AHL_VISIT_TASKS_V ,
-
View: AHL_VISITS_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISITS_INFO_V, object_name:AHL_VISITS_INFO_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit information , implementation_dba_data: APPS.AHL_VISITS_INFO_V ,
-
View: AHL_VISITS_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISITS_INFO_V, object_name:AHL_VISITS_INFO_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit information , implementation_dba_data: APPS.AHL_VISITS_INFO_V ,
-
View: AHL_VISIT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_DETAILS_V, object_name:AHL_VISIT_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit details (ITEM,INSTANCE, ORGANIZATION, DEPARTMENT, UNIT information) , implementation_dba_data: APPS.AHL_VISIT_DETAILS_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_VISIT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_DETAILS_V, object_name:AHL_VISIT_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit details (ITEM,INSTANCE, ORGANIZATION, DEPARTMENT, UNIT information) , implementation_dba_data: APPS.AHL_VISIT_DETAILS_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_UE_DEFERRAL_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_UE_DEFERRAL_DETAILS_V, object_name:AHL_UE_DEFERRAL_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View to retrieve the deferral and unit effectivity details. , implementation_dba_data: APPS.AHL_UE_DEFERRAL_DETAILS_V ,
-
View: AHL_UE_DEFERRAL_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_UE_DEFERRAL_DETAILS_V, object_name:AHL_UE_DEFERRAL_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View to retrieve the deferral and unit effectivity details. , implementation_dba_data: APPS.AHL_UE_DEFERRAL_DETAILS_V ,