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 ,
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_DISTRIBUTIONS_ALL
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_DISTRIBUTIONS_ALL
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_RECEIVABLE_APPLICATIONS_ALL
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_RECEIVABLE_APPS
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_RECEIVABLE_APPS
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_RECEIVABLE_APPLICATIONS_ALL
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on XLA_UPGRADE_DATES
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on XLA_UPGRADE_DATES
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on GL_SETS_OF_BOOKS
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_CASH_RECEIPTS_ALL
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_CASH_RECEIPTS_ALL
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on RA_CUSTOMER_TRX_ALL
12.1.1
-
SYNONYM: APPS.AR_MC_DISTRIBUTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_MC_DISTRIBUTIONS_ALL, status:VALID,
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MISC_CASH_DISTRIBUTIONS_ALL
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_TRANSACTION_HISTORY_ALL
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MISC_CASH_DISTRIBUTIONS_ALL
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_ADJUSTMENTS
12.1.1
-
VIEW: AR.AR_MC_DISTRIBUTIONS_ALL#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_MC_DISTRIBUTIONS_ALL#, status:VALID,
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on XLA_AE_LINES
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on XLA_AE_LINES
12.2.2
-
SYNONYM: APPS.AR_MC_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_MC_DISTRIBUTIONS_ALL, status:VALID,
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_MISC_CASH_DISTS
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_ADJUSTMENTS_ALL
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_ADJUSTMENTS_ALL
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_TRANSACTION_HISTORY_ALL
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_CASH_RECEIPT_HISTORY_ALL
12.2.2
-
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 ,
-
VIEW: APPS.ARBV_CASH_DISTS_ALT_CRNCY
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_CASH_RECEIPT_HISTORY_ALL
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_TRANSACTION_HISTORY
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_TRANSACTION_HISTORY
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_CASH_RECEIPT_HIST
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_MISC_CASH_DISTS
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_ADJUSTMENTS
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_CASH_RECEIPT_HIST
12.1.1
-
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 ,
-
VIEW: APPS.ARBV_CASH_DISTS_ALT_CRNCY
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on XLA_DISTRIBUTION_LINKS
12.2.2
-
VIEW: APPS.AR_DISTRIBUTIONS_ALL_MRC_V
12.2.2
-
VIEW: APPS.ARFV_CASH_DISTS_ALT_CRNCY
12.1.1
-
VIEW: APPS.AR_DISTRIBUTIONS_ALL_MRC_V
12.1.1
-
VIEW: APPS.ARFV_CASH_DISTS_ALT_CRNCY
12.2.2
-
VIEW: APPS.AR_DISTRIBUTIONS_MRC_V
12.1.1
-
VIEW: AR.AR_MC_DISTRIBUTIONS_ALL#
12.2.2
-
TABLE: AR.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,