Search Results ar_mc_distributions_all
Overview
The AR_MC_DISTRIBUTIONS_ALL table is a core data object within the Oracle E-Business Suite Receivables (AR) module, specifically for versions 12.1.1 and 12.2.2. It functions as the multi-currency ledger for cash receipt-related accounting distributions. Its primary role is to store the currency-specific accounting details generated during the various transactional steps in a cash receipt's life cycle, such as application, adjustment, or miscellaneous cash entry. This table is essential for maintaining accurate financial records in environments operating with multiple currencies, ensuring that each distribution retains its original transaction currency amounts alongside converted functional currency amounts for the designated set of books.
Key Information Stored
The table's structure is defined by a composite primary key (LINE_ID, SET_OF_BOOKS_ID), anchoring each multi-currency record to a specific distribution line and ledger. Critical columns include LINE_ID, which links to the base distribution in AR_DISTRIBUTIONS_ALL, and SET_OF_BOOKS_ID, identifying the applicable ledger. Currency information is captured through CURRENCY_CODE (the transaction currency) and columns for AMOUNT, ACCTD_AMOUNT (the amount in the ledger's functional currency), and potentially exchange rate details. The SOURCE_ID and SOURCE_TYPE columns are pivotal, as they identify the originating transaction—such as a cash receipt history, receivable application, or adjustment—by referencing various source tables. Other significant columns include CODE_COMBINATION_ID for the accounting flexfield, THIRD_PARTY_ID for the customer account, and TAX_GROUP_CODE_ID for tax tracking.
Common Use Cases and Queries
This table is central to reconciliation, audit reporting, and troubleshooting accounting entries for international transactions. A common use case is tracing the complete accounting impact of a cash receipt across ledgers. For example, to retrieve all multi-currency distributions for a specific cash receipt, one might join through AR_CASH_RECEIPT_HISTORY_ALL. Another critical report involves verifying foreign currency gains or losses by comparing original and accounted amounts. A sample query pattern to analyze distributions by source type and currency would be:
- SELECT source_type, currency_code, amount, acctd_amount, set_of_books_id
- FROM ar_mc_distributions_all
- WHERE third_party_id = :cust_account_id
- ORDER BY source_type, line_id;
Such queries are fundamental for period-end closing procedures and ensuring the integrity of multi-currency general ledger postings.
Related Objects
AR_MC_DISTRIBUTIONS_ALL maintains extensive foreign key relationships, acting as a hub connecting transactional data with core master and accounting tables. The documented relationships are as follows:
- AR_DISTRIBUTIONS_ALL: Via LINE_ID. This is the primary link to the core distributions table.
- GL_SETS_OF_BOOKS: Via SET_OF_BOOKS_ID. Identifies the ledger for the accounted amounts.
- FND_CURRENCIES: Via CURRENCY_CODE. Validates the transaction currency.
- GL_CODE_COMBINATIONS: Via CODE_COMBINATION_ID. Links to the accounting flexfield combination.
- HZ_CUST_ACCOUNTS: Via THIRD_PARTY_ID. References the customer account.
- AR_TAX_GROUP_CODES_ALL: Via TAX_GROUP_CODE_ID. Associates tax codes.
- Source Transaction Tables (via SOURCE_ID): The table references multiple source transaction tables, including AR_CASH_RECEIPT_HISTORY_ALL, AR_RECEIVABLE_APPLICATIONS_ALL, AR_ADJUSTMENTS_ALL, AR_MISC_CASH_DISTRIBUTIONS_ALL, and AR_TRANSACTION_HISTORY_ALL. The specific source is determined by the SOURCE_TYPE column.
-
Table: AR_MC_DISTRIBUTIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_DISTRIBUTIONS_ALL, object_name:AR_MC_DISTRIBUTIONS_ALL, status:VALID, product: AR - Receivables , description: Currency-related information about distributions generated by the different steps in the life cycle of a cash receipt , implementation_dba_data: AR.AR_MC_DISTRIBUTIONS_ALL ,
-
Table: AR_MC_DISTRIBUTIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_DISTRIBUTIONS_ALL, object_name:AR_MC_DISTRIBUTIONS_ALL, status:VALID, product: AR - Receivables , description: Currency-related information about distributions generated by the different steps in the life cycle of a cash receipt , implementation_dba_data: AR.AR_MC_DISTRIBUTIONS_ALL ,
-
Table: AR_CASH_RECEIPT_HISTORY_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPT_HISTORY_ALL, object_name:AR_CASH_RECEIPT_HISTORY_ALL, status:VALID, product: AR - Receivables , description: History of actions and status changes in the life cycle of a receipt , implementation_dba_data: AR.AR_CASH_RECEIPT_HISTORY_ALL ,
-
Table: AR_CASH_RECEIPT_HISTORY_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPT_HISTORY_ALL, object_name:AR_CASH_RECEIPT_HISTORY_ALL, status:VALID, product: AR - Receivables , description: History of actions and status changes in the life cycle of a receipt , implementation_dba_data: AR.AR_CASH_RECEIPT_HISTORY_ALL ,
-
Table: AR_TRANSACTION_HISTORY_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSACTION_HISTORY_ALL, object_name:AR_TRANSACTION_HISTORY_ALL, status:VALID, product: AR - Receivables , description: Life cycle of a transaction , implementation_dba_data: AR.AR_TRANSACTION_HISTORY_ALL ,
-
Table: AR_TRANSACTION_HISTORY_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSACTION_HISTORY_ALL, object_name:AR_TRANSACTION_HISTORY_ALL, status:VALID, product: AR - Receivables , description: Life cycle of a transaction , implementation_dba_data: AR.AR_TRANSACTION_HISTORY_ALL ,
-
Table: AR_TAX_GROUP_CODES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TAX_GROUP_CODES_ALL, object_name:AR_TAX_GROUP_CODES_ALL, status:VALID, product: AR - Receivables , description: Tax codes within a tax group , implementation_dba_data: AR.AR_TAX_GROUP_CODES_ALL ,
-
Table: AR_MISC_CASH_DISTRIBUTIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MISC_CASH_DISTRIBUTIONS_ALL, object_name:AR_MISC_CASH_DISTRIBUTIONS_ALL, status:VALID, product: AR - Receivables , description: All accounting entries for miscellaneous cash applications , implementation_dba_data: AR.AR_MISC_CASH_DISTRIBUTIONS_ALL ,
-
Table: AR_TAX_GROUP_CODES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TAX_GROUP_CODES_ALL, object_name:AR_TAX_GROUP_CODES_ALL, status:VALID, product: AR - Receivables , description: Tax codes within a tax group , implementation_dba_data: AR.AR_TAX_GROUP_CODES_ALL ,
-
Table: AR_MISC_CASH_DISTRIBUTIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MISC_CASH_DISTRIBUTIONS_ALL, object_name:AR_MISC_CASH_DISTRIBUTIONS_ALL, status:VALID, product: AR - Receivables , description: All accounting entries for miscellaneous cash applications , implementation_dba_data: AR.AR_MISC_CASH_DISTRIBUTIONS_ALL ,
-
View: ARBV_CASH_DISTS_ALT_CRNCY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_DISTS_ALT_CRNCY, object_name:ARBV_CASH_DISTS_ALT_CRNCY, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_CASH_DISTS_ALT_CRNCY ,
-
View: ARBV_CASH_DISTS_ALT_CRNCY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_DISTS_ALT_CRNCY, object_name:ARBV_CASH_DISTS_ALT_CRNCY, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_CASH_DISTS_ALT_CRNCY ,
-
Table: AR_DISTRIBUTIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DISTRIBUTIONS_ALL, object_name:AR_DISTRIBUTIONS_ALL, status:VALID, product: AR - Receivables , description: Accounting records for receipts , implementation_dba_data: AR.AR_DISTRIBUTIONS_ALL ,
-
Table: AR_DISTRIBUTIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DISTRIBUTIONS_ALL, object_name:AR_DISTRIBUTIONS_ALL, status:VALID, product: AR - Receivables , description: Accounting records for receipts , implementation_dba_data: AR.AR_DISTRIBUTIONS_ALL ,
-
View: ARFV_CASH_DISTS_ALT_CRNCY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_DISTS_ALT_CRNCY, object_name:ARFV_CASH_DISTS_ALT_CRNCY, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARFV_CASH_DISTS_ALT_CRNCY ,
-
View: ARFV_CASH_DISTS_ALT_CRNCY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_DISTS_ALT_CRNCY, object_name:ARFV_CASH_DISTS_ALT_CRNCY, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARFV_CASH_DISTS_ALT_CRNCY ,
-
Table: AR_ADJUSTMENTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_ADJUSTMENTS_ALL, object_name:AR_ADJUSTMENTS_ALL, status:VALID, product: AR - Receivables , description: Pending and approved invoice adjustments , implementation_dba_data: AR.AR_ADJUSTMENTS_ALL ,
-
Table: AR_RECEIVABLE_APPLICATIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLE_APPLICATIONS_ALL, object_name:AR_RECEIVABLE_APPLICATIONS_ALL, status:VALID, product: AR - Receivables , description: Accounting information for cash and credit memo applications , implementation_dba_data: AR.AR_RECEIVABLE_APPLICATIONS_ALL ,
-
View: AR_DISTRIBUTIONS_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_ALL_MRC_V, object_name:AR_DISTRIBUTIONS_ALL_MRC_V, status:VALID, product: AR - Receivables , description: Accounting records for receipts in multiple reporting currencies , implementation_dba_data: APPS.AR_DISTRIBUTIONS_ALL_MRC_V ,
-
Table: AR_ADJUSTMENTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_ADJUSTMENTS_ALL, object_name:AR_ADJUSTMENTS_ALL, status:VALID, product: AR - Receivables , description: Pending and approved invoice adjustments , implementation_dba_data: AR.AR_ADJUSTMENTS_ALL ,
-
View: AR_DISTRIBUTIONS_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_ALL_MRC_V, object_name:AR_DISTRIBUTIONS_ALL_MRC_V, status:VALID, product: AR - Receivables , description: Accounting records for receipts in multiple reporting currencies , implementation_dba_data: APPS.AR_DISTRIBUTIONS_ALL_MRC_V ,
-
Table: AR_RECEIVABLE_APPLICATIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLE_APPLICATIONS_ALL, object_name:AR_RECEIVABLE_APPLICATIONS_ALL, status:VALID, product: AR - Receivables , description: Accounting information for cash and credit memo applications , implementation_dba_data: AR.AR_RECEIVABLE_APPLICATIONS_ALL ,
-
View: AR_DISTRIBUTIONS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_MRC_V, object_name:AR_DISTRIBUTIONS_MRC_V, status:VALID, product: AR - Receivables , description: Accounting records for receipts in multiple reporting currencies , implementation_dba_data: APPS.AR_DISTRIBUTIONS_MRC_V ,
-
View: AR_DISTRIBUTIONS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_MRC_V, object_name:AR_DISTRIBUTIONS_MRC_V, status:VALID, product: AR - Receivables , description: Accounting records for receipts in multiple reporting currencies , implementation_dba_data: APPS.AR_DISTRIBUTIONS_MRC_V ,
-
Table: HZ_CUST_ACCOUNTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNTS, object_name:HZ_CUST_ACCOUNTS, status:VALID, product: AR - Receivables , description: Stores information about customer accounts. , implementation_dba_data: AR.HZ_CUST_ACCOUNTS ,
-
Table: HZ_CUST_ACCOUNTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNTS, object_name:HZ_CUST_ACCOUNTS, status:VALID, product: AR - Receivables , description: Stores information about customer accounts. , implementation_dba_data: AR.HZ_CUST_ACCOUNTS ,