Search Results ahl_doc_revision_copies
Overview
The AHL_DOC_REVISION_COPIES table is a core data object within the Oracle E-Business Suite (EBS) module for Complex Maintenance, Repair, and Overhaul (AHL). Its primary function is to maintain an audit trail of document distribution by recording the specific individuals or parties who have received copies of a revised document. This table is essential for compliance, traceability, and communication management in maintenance operations, ensuring a verifiable record of who was informed of engineering or procedural changes documented in revisions.
Key Information Stored
The table's structure is designed to link document revisions with recipient parties. The critical columns are the foreign keys that establish these relationships. The DOC_REVISION_COPY_ID column serves as the unique primary key for each recipient record. The DOC_REVISION_ID column is a foreign key that links each record to a specific document revision in the AHL_DOC_REVISIONS_B table. The RECEIVED_BY_PARTY_ID column is a foreign key that identifies the recipient, linking to the HZ_PARTIES table in Oracle's Trading Community Architecture (TCA) model, which stores comprehensive information about persons and organizations.
Common Use Cases and Queries
A primary use case is generating a distribution list report for a specific document revision, often for audit purposes or to verify communication protocols. Support personnel may query this table to identify all parties who received a particular revision or to check if a specific individual was notified. Common SQL patterns include joining to the HZ_PARTIES table to retrieve recipient names and to AHL_DOC_REVISIONS_B for revision details.
- To list all recipients for a given document revision ID:
SELECT hzp.party_name FROM ahl_doc_revision_copies adrc, hz_parties hzp WHERE adrc.received_by_party_id = hzp.party_id AND adrc.doc_revision_id = :p_rev_id; - To find all revisions where a specific party was a recipient:
SELECT adrc.doc_revision_id FROM ahl_doc_revision_copies adrc WHERE adrc.received_by_party_id = :p_party_id;
Related Objects
The table has defined dependencies on two key EBS objects, as documented by its foreign key constraints. It is fundamentally a child table of AHL_DOC_REVISIONS_B, which stores the header information for document revisions. The relationship is maintained via the DOC_REVISION_ID column. For recipient details, it relies entirely on the HZ_PARTIES table through the RECEIVED_BY_PARTY_ID column. This design centralizes party data management in TCA while allowing the AHL module to track document-specific distribution. There are no other documented foreign keys referencing this table, indicating it is primarily a detail table queried directly or via its parent.
-
Table: AHL_DOC_REVISION_COPIES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_DOC_REVISION_COPIES, object_name:AHL_DOC_REVISION_COPIES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores persons who received copies of document revision. , implementation_dba_data: AHL.AHL_DOC_REVISION_COPIES ,
-
Table: AHL_DOC_REVISION_COPIES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_DOC_REVISION_COPIES, object_name:AHL_DOC_REVISION_COPIES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Table is Obsolete.This table stores persons who received copies of document revision. , implementation_dba_data: AHL.AHL_DOC_REVISION_COPIES ,
-
APPS.AHL_PARTY_MERGE_PKG dependencies on AHL_DOC_REVISION_COPIES
12.1.1
-
APPS.AHL_PARTY_MERGE_PKG dependencies on AHL_DOC_REVISION_COPIES
12.2.2
-
SYNONYM: APPS.AHL_DOC_REVISION_COPIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_DOC_REVISION_COPIES, status:VALID,
-
SYNONYM: APPS.AHL_DOC_REVISION_COPIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_DOC_REVISION_COPIES, status:VALID,
-
VIEW: AHL.AHL_DOC_REVISION_COPIES#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_DOC_REVISION_COPIES#, status:VALID,
-
VIEW: AHL.AHL_DOC_REVISION_COPIES#
12.2.2
-
Table: AHL_DOC_REVISIONS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_DOC_REVISIONS_B, object_name:AHL_DOC_REVISIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores revision information of a document. , implementation_dba_data: AHL.AHL_DOC_REVISIONS_B ,
-
Table: AHL_DOC_REVISIONS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_DOC_REVISIONS_B, object_name:AHL_DOC_REVISIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores revision information of a document. , implementation_dba_data: AHL.AHL_DOC_REVISIONS_B ,
-
TABLE: AHL.AHL_DOC_REVISION_COPIES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_DOC_REVISION_COPIES, object_name:AHL_DOC_REVISION_COPIES, status:VALID,
-
TABLE: AHL.AHL_DOC_REVISION_COPIES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_DOC_REVISION_COPIES, object_name:AHL_DOC_REVISION_COPIES, status:VALID,
-
PACKAGE BODY: APPS.AHL_PARTY_MERGE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_PARTY_MERGE_PKG, status:VALID,
-
PACKAGE BODY: APPS.AHL_PARTY_MERGE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_PARTY_MERGE_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.AHL_PARTY_MERGE_PKG dependencies on AHL_ROUTES_B
12.2.2
-
APPS.AHL_PARTY_MERGE_PKG dependencies on AHL_ROUTES_B
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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
-
APPS.AHL_PARTY_MERGE_PKG SQL Statements
12.2.2
-
APPS.AHL_PARTY_MERGE_PKG dependencies on AHL_DOC_REVISIONS_B
12.2.2
-
APPS.AHL_PARTY_MERGE_PKG dependencies on AHL_DOC_REVISIONS_B
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.AHL_PARTY_MERGE_PKG SQL Statements
12.1.1
-
APPS.AHL_PARTY_MERGE_PKG dependencies on AHL_SUPPLIER_DOCUMENTS
12.2.2
-
APPS.AHL_PARTY_MERGE_PKG dependencies on AHL_SUPPLIER_DOCUMENTS
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.AHL_PARTY_MERGE_PKG dependencies on AHL_SUBSCRIPTIONS_B
12.1.1
-
APPS.AHL_PARTY_MERGE_PKG dependencies on AHL_SUBSCRIPTIONS_B
12.2.2
-
APPS.AHL_PARTY_MERGE_PKG dependencies on ARP_MESSAGE
12.1.1
-
APPS.AHL_PARTY_MERGE_PKG dependencies on ARP_MESSAGE
12.2.2
-
PACKAGE: APPS.AHL_PARTY_MERGE_PKG
12.2.2
-
PACKAGE: APPS.AHL_PARTY_MERGE_PKG
12.1.1
-
PACKAGE BODY: APPS.AHL_PARTY_MERGE_PKG
12.1.1
-
PACKAGE BODY: APPS.AHL_PARTY_MERGE_PKG
12.2.2
-
APPS.AHL_PARTY_MERGE_PKG dependencies on FND_API
12.1.1
-
APPS.AHL_PARTY_MERGE_PKG dependencies on FND_API
12.2.2
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
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 ,