Search Results ahl_snapshots
Overview
The AHL_SNAPSHOTS table is a core data repository within the Oracle E-Business Suite (EBS) module for Complex Maintenance, Repair, and Overhaul (AHL). It serves the critical function of storing information about SnapShots, which are point-in-time records of configuration or status data. In the context of maintenance operations, a snapshot is typically created to capture the state of a serviceable item, its components, or associated maintenance requirements (MRs) at a specific moment, such as during a work order creation or a visit task execution. This historical record-keeping is essential for audit trails, compliance, and analyzing the evolution of an asset's condition and maintenance history over its lifecycle.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign keys define its essential structure. The central column is SNAPSHOT_ID, the unique identifier and primary key for each record. The table's relationships are established through three key foreign key columns: VISIT_ID links the snapshot to a parent service visit in the AHL_VISITS_B table; VISIT_TASK_ID associates it with a specific task within that visit in AHL_VISIT_TASKS_B; and MR_ID ties the snapshot to a specific Maintenance Requirement defined in AHL_MR_HEADERS_B. Additional columns, not detailed in the excerpt, would typically store metadata such as the snapshot creation date, the object type captured, the snapshot data itself (or a reference to it), and the creator.
Common Use Cases and Queries
This table is primarily accessed for historical reporting and process support. A common use case is retrieving all snapshots taken for a specific maintenance requirement to review its configuration changes over time. Another is listing snapshots generated during a particular service visit for audit purposes. A typical query would join AHL_SNAPSHOTS to its related master tables to provide contextual information.
Sample Query Pattern:
SELECT ash.SNAPSHOT_ID, ash.MR_ID, mr.MR_TITLE, ash.VISIT_ID, v.VISIT_NUMBER
FROM AHL_SNAPSHOTS ash,
AHL_MR_HEADERS_B mr,
AHL_VISITS_B v
WHERE ash.MR_ID = mr.MR_HEADER_ID
AND ash.VISIT_ID = v.VISIT_ID
AND v.VISIT_NUMBER = 'VISIT123';
Related Objects
- AHL_VISITS_B: The snapshot is associated with a service visit via the foreign key AHL_SNAPSHOTS.VISIT_ID referencing AHL_VISITS_B.
- AHL_VISIT_TASKS_B: The snapshot can be linked to a specific task within a visit via the foreign key AHL_SNAPSHOTS.VISIT_TASK_ID referencing AHL_VISIT_TASKS_B.
- AHL_MR_HEADERS_B: The snapshot is often created for a specific Maintenance Requirement via the foreign key AHL_SNAPSHOTS.MR_ID referencing AHL_MR_HEADERS_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_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 ,
-
APPS.AHL_SNAPSHOTS_PKG dependencies on AHL_SNAPSHOTS
12.1.1
-
APPS.AHL_SNAPSHOTS_PKG dependencies on AHL_SNAPSHOTS
12.2.2
-
SYNONYM: APPS.AHL_SNAPSHOTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_SNAPSHOTS, status:VALID,
-
SYNONYM: APPS.AHL_SNAPSHOTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_SNAPSHOTS, status:VALID,
-
VIEW: AHL.AHL_SNAPSHOTS#
12.2.2
-
VIEW: AHL.AHL_SNAPSHOTS#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_SNAPSHOTS#, status:VALID,
-
APPS.AHL_SNAPSHOTS_PKG SQL Statements
12.1.1
-
APPS.AHL_SNAPSHOTS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AHL_SNAPSHOTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_SNAPSHOTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AHL_SNAPSHOTS_PKG
12.1.1
-
TABLE: AHL.AHL_SNAPSHOTS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SNAPSHOTS, object_name:AHL_SNAPSHOTS, status:VALID,
-
PACKAGE BODY: APPS.AHL_SNAPSHOTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_SNAPSHOTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AHL_SNAPSHOTS_PKG
12.2.2
-
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_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.AHL_SNAPSHOTS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SNAPSHOTS, object_name:AHL_SNAPSHOTS, status:VALID,
-
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.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 ,
-
12.1.1 FND Design Data
12.1.1
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - AHL Tables and Views
12.1.1
description: Ahl Production Workorder Operations Information stored in this table ,
-
eTRM - AHL Tables and Views
12.2.2
description: Ahl Production Workorder Operations Information stored in this table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AHL Tables and Views
12.1.1
description: Ahl Production Workorder Operations Information stored in this table ,
-
eTRM - AHL Tables and Views
12.2.2
description: Ahl Production Workorder Operations Information stored in this table ,