Search Results ar_document_transfers
Overview
The AR_DOCUMENT_TRANSFERS table is a core data repository within Oracle E-Business Suite Receivables (AR) that facilitates electronic document interchange. Its primary role is to log and manage the transfer of transactional documents, such as invoices and credit memos, to external trading partners via Oracle's E-Commerce Gateway (ECX). The table acts as the central audit and control point for these outbound transmissions, tracking the document's lifecycle from initiation through to partner confirmation, thereby ensuring data integrity and supporting reconciliation processes for electronic data interchange (EDI) and other B2B communications.
Key Information Stored
The table's structure is designed to capture the complete transfer context. Its primary key, DOCUMENT_TRANSFER_ID, uniquely identifies each transfer event. Two critical foreign key columns link to the E-Commerce Gateway's logging mechanism: DOCUMENT_MSGID stores the identifier for the original outbound message sent to the trading partner, while CONFIRMATION_MSGID stores the identifier for any corresponding acknowledgment or response message received back. Other essential columns typically include identifiers for the source document (e.g., invoice ID), the trading partner organization and site, the document type, the transfer protocol used, and status flags indicating the success or failure of the transmission and confirmation steps.
Common Use Cases and Queries
This table is central to troubleshooting and reporting on outbound document flows. Common operational queries involve checking the status of recent transfers or identifying documents that failed to transmit. For instance, a support analyst might run a query to find all invoice transfers for a specific customer that are pending confirmation. Reporting use cases include generating metrics on document transfer volumes, success rates by trading partner or protocol, and latency between document creation and successful confirmation. A typical diagnostic SQL pattern joins AR_DOCUMENT_TRANSFERS with ECX_DOCLOGS using the MSGID columns to fetch detailed error messages from the gateway for failed transfers.
Related Objects
As indicated by the foreign key relationships, AR_DOCUMENT_TRANSFERS has a direct dependency on the ECX_DOCLOGS table, which is part of the E-Commerce Gateway schema and provides the low-level transactional log for all B2B messages. The table is populated and managed by Receivables' internal processes and APIs related to the AutoInvoice and document presentation processes. While not explicitly listed in the provided metadata, it is logically linked to core Receivables transaction tables like RA_CUSTOMER_TRX_ALL (for invoices) and AR_PAYMENT_SCHEDULES_ALL, as the DOCUMENT_ID and CUSTOMER_TRX_ID columns would typically reference these entities to identify the source document being transferred.
-
Table: AR_DOCUMENT_TRANSFERS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DOCUMENT_TRANSFERS, object_name:AR_DOCUMENT_TRANSFERS, status:VALID, product: AR - Receivables , description: This table stores information about document transfer to your trading partners. , implementation_dba_data: AR.AR_DOCUMENT_TRANSFERS ,
-
Table: AR_DOCUMENT_TRANSFERS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DOCUMENT_TRANSFERS, object_name:AR_DOCUMENT_TRANSFERS, status:VALID, product: AR - Receivables , description: This table stores information about document transfer to your trading partners. , implementation_dba_data: AR.AR_DOCUMENT_TRANSFERS ,
-
View: AR_DOCUMENT_TRANSFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCUMENT_TRANSFERS_V, object_name:AR_DOCUMENT_TRANSFERS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCUMENT_TRANSFERS_V ,
-
View: AR_DOCUMENT_TRANSFERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCUMENT_TRANSFERS_V, object_name:AR_DOCUMENT_TRANSFERS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCUMENT_TRANSFERS_V ,
-
View: AR_XML_INVOICE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XML_INVOICE_V, object_name:AR_XML_INVOICE_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_XML_INVOICE_V ,
-
View: AR_XML_INVOICE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XML_INVOICE_V, object_name:AR_XML_INVOICE_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_XML_INVOICE_V ,