Search Results ahl_visits_b
Overview
The AHL_VISITS_B table is a core transactional entity within the Oracle E-Business Suite (EBS) module AHL (Complex Maintenance, Repair, and Overhaul). It serves as the primary data repository for visit records, which are fundamental to managing service events for assets, such as equipment or aircraft, within a maintenance organization. A visit typically represents a discrete instance where a unit is brought in for inspection, repair, or overhaul. This table is central to the CMRO lifecycle, linking maintenance requirements, work execution, and resource planning. Its status as VALID and its ownership under the AHL schema confirm it is a production-grade, application-managed table in both EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's primary key is the VISIT_ID, a unique system-generated identifier for each visit record. As indicated by its foreign key relationships, the table stores critical contextual and organizational data for a visit. This includes references to a simulation plan (SIMULATION_PLAN_ID), a project from Project Accounting (PROJECT_ID), a customer service request (SERVICE_REQUEST_ID), and the specific asset instance being serviced (ITEM_INSTANCE_ID). It also links to inventory items (INVENTORY_ITEM_ID and ITEM_ORGANIZATION_ID), the responsible department (DEPARTMENT_ID), and higher-level scheduling via the UNIT_SCHEDULE_ID. While specific descriptive columns are not listed in the metadata, the existence of a related translation table (AHL_VISITS_TL) suggests the base table holds seeded code columns, while translatable descriptions like the visit name or short description are stored in the TL table.
Common Use Cases and Queries
This table is essential for reporting and integration across CMRO processes. Common use cases include generating visit schedules, tracking the status of all active maintenance visits, and linking work orders to their parent visit. A typical query might join AHL_VISITS_B to asset, project, and service request tables to provide a comprehensive visit summary report. For example, to list visits with associated asset details and project numbers, one might use a SQL pattern such as:
- SELECT avb.VISIT_ID, cii.INSTANCE_NUMBER, pa.SEGMENT1 PROJECT_NUMBER, csr.INCIDENT_NUMBER
- FROM AHL_VISITS_B avb, CSI_ITEM_INSTANCES cii, PA_PROJECTS_ALL pa, CS_INCIDENTS_ALL_B csr
- WHERE avb.ITEM_INSTANCE_ID = cii.INSTANCE_ID(+)
- AND avb.PROJECT_ID = pa.PROJECT_ID(+)
- AND avb.SERVICE_REQUEST_ID = csr.INCIDENT_ID(+);
Data from this table is also critical for creating and managing the tasks, work orders, and space assignments associated with a visit.
Related Objects
AHL_VISITS_B has extensive relationships within the AHL schema and integrates with other EBS modules. Key child tables that depend on the VISIT_ID include AHL_VISIT_TASKS_B (for detailed task breakdowns), AHL_WORKORDERS (for execution), AHL_VWP_STAGES_B (for workflow stages), AHL_SPACE_ASSIGNMENTS (for facility planning), and AHL_SNAPSHOTS. Its primary foreign key relationships, as documented, integrate visits with core EBS entities: CSI_ITEM_INSTANCES (Assets), PA_PROJECTS_ALL (Projects), CS_INCIDENTS_ALL_B (Service), MTL_SYSTEM_ITEMS_B (Inventory), BOM_DEPARTMENTS (Resources), and AHL_UNIT_SCHEDULES (Scheduling). This network of relationships underscores the table's role as a central hub connecting asset management, service, projects, and execution within Oracle CMRO.
-
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_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_SPACE_ASSIGNMENTS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SPACE_ASSIGNMENTS, object_name:AHL_SPACE_ASSIGNMENTS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about space assignments , implementation_dba_data: AHL.AHL_SPACE_ASSIGNMENTS ,
-
Table: AHL_VISITS_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_VISITS_TL, object_name:AHL_VISITS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about translated columns for a visit , implementation_dba_data: AHL.AHL_VISITS_TL ,
-
Table: AHL_SPACE_ASSIGNMENTS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SPACE_ASSIGNMENTS, object_name:AHL_SPACE_ASSIGNMENTS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about space assignments , implementation_dba_data: AHL.AHL_SPACE_ASSIGNMENTS ,
-
Table: AHL_SIMULATION_PLANS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SIMULATION_PLANS_B, object_name:AHL_SIMULATION_PLANS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about simulation plans , implementation_dba_data: AHL.AHL_SIMULATION_PLANS_B ,
-
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_SIMULATION_PLANS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SIMULATION_PLANS_B, object_name:AHL_SIMULATION_PLANS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about simulation plans , implementation_dba_data: AHL.AHL_SIMULATION_PLANS_B ,
-
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_VISITS_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_VISITS_TL, object_name:AHL_VISITS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about translated columns for a visit , implementation_dba_data: AHL.AHL_VISITS_TL ,
-
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_UNIT_SCHEDULES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_UNIT_SCHEDULES, object_name:AHL_UNIT_SCHEDULES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Event describing usage of a configured unit for a specific time period, such as an airplane flight. , implementation_dba_data: AHL.AHL_UNIT_SCHEDULES ,
-
View: AHL_PLAN_VISITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_PLAN_VISITS_V, object_name:AHL_PLAN_VISITS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to simulation plans and visit detail information , implementation_dba_data: APPS.AHL_PLAN_VISITS_V ,
-
View: AHL_PLAN_VISITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_PLAN_VISITS_V, object_name:AHL_PLAN_VISITS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relates to simulation plans and visit detail information , implementation_dba_data: APPS.AHL_PLAN_VISITS_V ,
-
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_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_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_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_VISITS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISITS_VL, object_name:AHL_VISITS_VL, 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_VL ,
-
View: AHL_VISITS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISITS_VL, object_name:AHL_VISITS_VL, 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_VL ,
-
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_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 ,