Search Results ar_mc_adjustments
Overview
The AR_MC_ADJUSTMENTS table is a core data object within the Oracle E-Business Suite Receivables (AR) module, specifically designed for multi-currency accounting. As indicated by its description, it stores currency-related information for invoice adjustments for each reporting set of books. This table is critical in environments operating with multiple currencies, as it maintains the converted monetary amounts for adjustments across different ledgers, ensuring accurate financial reporting and reconciliation in the primary and reporting currencies. Its existence is fundamental to the application's ability to comply with accounting standards that require reporting in a consistent currency, separate from the transaction currency.
Key Information Stored
The table's structure is defined by its primary and foreign key relationships. The primary key is a composite of ADJUSTMENT_ID and SET_OF_BOOKS_ID, which uniquely identifies a currency conversion record for a specific adjustment in a specific ledger. The ADJUSTMENT_ID column links directly to the base adjustment record in AR_ADJUSTMENTS_ALL. The SET_OF_BOOKS_ID column links to the GL_SETS_OF_BOOKS table, identifying the reporting ledger for which the converted amounts are stored. Another critical foreign key, POSTING_CONTROL_ID, links to AR_POSTING_CONTROL, managing the posting status of these converted amounts to the general ledger. While the specific amount columns are not detailed in the provided metadata, typical data stored includes the adjusted amount converted to the reporting currency, the exchange rate type and date used for the conversion, and the resulting accounted amounts ready for GL posting.
Common Use Cases and Queries
This table is primarily accessed for financial reporting and audit reconciliation across multiple ledgers. A common use case is generating reports that show adjustment values in both the transaction and reporting currencies. For instance, to analyze all adjustments for a specific invoice across all reporting sets of books, one would join AR_MC_ADJUSTMENTS to AR_ADJUSTMENTS_ALL and AR_CUSTOMER_TRX_ALL. Another critical scenario is during the period-end close process, where accountants verify that all adjustments have been properly converted and posted to the correct ledgers. A sample query pattern involves selecting converted amounts for a specific set of books:
- SELECT mc.adjustment_id, mc.set_of_books_id, mc.accounted_dr, mc.accounted_cr FROM ar_mc_adjustments mc WHERE mc.set_of_books_id = :sob_id AND mc.posting_control_id = -1;
This helps identify unposted adjustments for a given ledger.
Related Objects
The AR_MC_ADJUSTMENTS table is centrally connected to several key Receivables and General Ledger tables, as documented by its foreign keys:
- AR_ADJUSTMENTS_ALL: The foundational table for all invoice adjustments. Joined via AR_MC_ADJUSTMENTS.ADJUSTMENT_ID = AR_ADJUSTMENTS_ALL.ADJUSTMENT_ID.
- GL_SETS_OF_BOOKS: Defines the reporting ledger. Joined via AR_MC_ADJUSTMENTS.SET_OF_BOOKS_ID = GL_SETS_OF_BOOKS.SET_OF_BOOKS_ID.
- AR_POSTING_CONTROL: Controls the posting batch status for General Ledger transfer. Joined via AR_MC_ADJUSTMENTS.POSTING_CONTROL_ID = AR_POSTING_CONTROL.POSTING_CONTROL_ID.
These relationships ensure data integrity, linking the multi-currency adjustment records to their source transaction, target ledger, and posting batch.
-
Table: AR_MC_ADJUSTMENTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_ADJUSTMENTS, object_name:AR_MC_ADJUSTMENTS, status:VALID, product: AR - Receivables , description: Currency-related information about invoice adjustments for each reporting set of books , implementation_dba_data: AR.AR_MC_ADJUSTMENTS ,
-
Table: AR_MC_ADJUSTMENTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_ADJUSTMENTS, object_name:AR_MC_ADJUSTMENTS, status:VALID, product: AR - Receivables , description: Currency-related information about invoice adjustments for each reporting set of books , implementation_dba_data: AR.AR_MC_ADJUSTMENTS ,
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_ADJUSTMENTS
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_ADJUSTMENTS
12.2.2
-
SYNONYM: APPS.AR_MC_ADJUSTMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_MC_ADJUSTMENTS, status:VALID,
-
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
-
VIEW: AR.AR_MC_ADJUSTMENTS#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_MC_ADJUSTMENTS#, status:VALID,
-
VIEW: APPS.ARBV_ADJ_DISTS_ALT_CRNCY
12.1.1
-
VIEW: APPS.ARBV_ADJ_DISTS_ALT_CRNCY
12.2.2
-
VIEW: APPS.ARFV_ADJ_DISTS_ALT_CRNCY
12.1.1
-
TABLE: AR.AR_MC_ADJUSTMENTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_ADJUSTMENTS, object_name:AR_MC_ADJUSTMENTS, status:VALID,
-
APPS.AR_UPGHARNESS_PKG dependencies on ARP_MRC_XLA_UPGRADE
12.2.2
-
TABLE: AR.AR_MC_ADJUSTMENTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_ADJUSTMENTS, object_name:AR_MC_ADJUSTMENTS, status:VALID,
-
APPS.AR_UPGHARNESS_PKG dependencies on ARP_MRC_XLA_UPGRADE
12.1.1
-
SYNONYM: APPS.AR_MC_ADJUSTMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_MC_ADJUSTMENTS, status:VALID,
-
VIEW: AR.AR_MC_ADJUSTMENTS#
12.2.2
-
VIEW: APPS.ARFV_ADJ_DISTS_ALT_CRNCY
12.2.2
-
VIEW: APPS.AR_ADJUSTMENTS_ALL_MRC_V
12.1.1
-
View: ARBV_ADJ_DISTS_ALT_CRNCY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ADJ_DISTS_ALT_CRNCY, object_name:ARBV_ADJ_DISTS_ALT_CRNCY, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_ADJ_DISTS_ALT_CRNCY ,
-
View: ARFV_ADJ_DISTS_ALT_CRNCY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ADJ_DISTS_ALT_CRNCY, object_name:ARFV_ADJ_DISTS_ALT_CRNCY, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_ADJ_DISTS_ALT_CRNCY ,
-
View: ARBV_ADJ_DISTS_ALT_CRNCY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ADJ_DISTS_ALT_CRNCY, object_name:ARBV_ADJ_DISTS_ALT_CRNCY, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_ADJ_DISTS_ALT_CRNCY ,
-
VIEW: APPS.AR_ADJUSTMENTS_MRC_V
12.2.2
-
VIEW: APPS.AR_ADJUSTMENTS_ALL_MRC_V
12.2.2
-
Table: AR_POSTING_CONTROL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_POSTING_CONTROL, object_name:AR_POSTING_CONTROL, status:VALID, product: AR - Receivables , description: Details of each General Ledger Interface submission , implementation_dba_data: AR.AR_POSTING_CONTROL ,
-
PACKAGE BODY: APPS.ARP_MRC_XLA_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_MRC_XLA_UPGRADE, status:VALID,
-
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 ,
-
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 ,
-
VIEW: APPS.AR_ADJUSTMENTS_MRC_V
12.1.1
-
View: ARFV_ADJ_DISTS_ALT_CRNCY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ADJ_DISTS_ALT_CRNCY, object_name:ARFV_ADJ_DISTS_ALT_CRNCY, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_ADJ_DISTS_ALT_CRNCY ,
-
Table: AR_POSTING_CONTROL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_POSTING_CONTROL, object_name:AR_POSTING_CONTROL, status:VALID, product: AR - Receivables , description: Details of each General Ledger Interface submission , implementation_dba_data: AR.AR_POSTING_CONTROL ,
-
PACKAGE BODY: APPS.ARP_MRC_XLA_UPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_MRC_XLA_UPGRADE, status:VALID,
-
VIEW: APPS.ARBV_ADJ_DISTS_ALT_CRNCY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ADJ_DISTS_ALT_CRNCY, object_name:ARBV_ADJ_DISTS_ALT_CRNCY, status:VALID,
-
VIEW: APPS.ARBV_ADJ_DISTS_ALT_CRNCY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ADJ_DISTS_ALT_CRNCY, object_name:ARBV_ADJ_DISTS_ALT_CRNCY, status:VALID,
-
VIEW: APPS.ARFV_ADJ_DISTS_ALT_CRNCY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ADJ_DISTS_ALT_CRNCY, object_name:ARFV_ADJ_DISTS_ALT_CRNCY, status:VALID,
-
VIEW: APPS.ARFV_ADJ_DISTS_ALT_CRNCY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ADJ_DISTS_ALT_CRNCY, object_name:ARFV_ADJ_DISTS_ALT_CRNCY, status:VALID,
-
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_XLA_EXTRACT_MAIN_PKG dependencies on AR_TRANSACTION_HISTORY_ALL
12.1.1
-
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_XLA_EXTRACT_MAIN_PKG dependencies on AR_TRANSACTION_HISTORY_ALL
12.2.2
-
View: AR_ADJUSTMENTS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_MRC_V, object_name:AR_ADJUSTMENTS_MRC_V, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.AR_ADJUSTMENTS_MRC_V ,
-
APPS.ARP_XLA_EXTRACT_MAIN_PKG dependencies on AR_ADJUSTMENTS_ALL
12.2.2
-
View: AR_ADJUSTMENTS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_MRC_V, object_name:AR_ADJUSTMENTS_MRC_V, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.AR_ADJUSTMENTS_MRC_V ,
-
View: AR_ADJUSTMENTS_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_ALL_MRC_V, object_name:AR_ADJUSTMENTS_ALL_MRC_V, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.AR_ADJUSTMENTS_ALL_MRC_V ,
-
APPS.ARP_XLA_EXTRACT_MAIN_PKG dependencies on AR_ADJUSTMENTS_ALL
12.1.1
-
View: AR_ADJUSTMENTS_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_ALL_MRC_V, object_name:AR_ADJUSTMENTS_ALL_MRC_V, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.AR_ADJUSTMENTS_ALL_MRC_V ,
-
Table: GL_SETS_OF_BOOKS
12.2.2
product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2