Search Results ar_mc_cash_receipt_hist
Overview
The AR_MC_CASH_RECEIPT_HIST table is a core data object within the Oracle E-Business Suite Receivables (AR) module, specifically designed to support multiple reporting currencies. It stores currency-specific transactional history for each step in a cash receipt's life cycle, recorded for each designated reporting set of books. This table is essential in deployments where legal or management reporting requires financial records to be maintained in currencies different from the primary transactional currency. It operates as a detailed subsidiary ledger, ensuring a complete audit trail of currency conversions, gains, and losses associated with receipt activities—such as application, reversal, or unapplication—across all reporting ledgers.
Key Information Stored
The table's structure centers on linking receipt history events to specific reporting ledgers and capturing the resulting monetary amounts. Its primary key is a composite of CASH_RECEIPT_HISTORY_ID and SET_OF_BOOKS_ID, enforcing uniqueness per history event per reporting ledger. Critical columns include CASH_RECEIPT_HISTORY_ID, which links to the base transaction history in AR_CASH_RECEIPT_HISTORY_ALL, and SET_OF_BOOKS_ID, which references the reporting ledger in GL_SETS_OF_BOOKS. The table stores the CASH_RECEIPT_ID to tie data to the original receipt. Currency amount columns (e.g., AMOUNT, ACCTD_AMOUNT) hold the converted values for the reporting ledger. The POSTING_CONTROL_ID and REVERSAL_POSTING_CONTROL_ID columns are vital for tracking the General Ledger transfer status of these amounts, linking to the AR_POSTING_CONTROL table.
Common Use Cases and Queries
This table is primarily queried for multi-currency financial reporting, reconciliation, and audit purposes. A common use case is generating a report of all receipt applications in a specific reporting currency for a period. Analysts also query it to investigate foreign exchange gains or losses realized during receipt applications across different ledgers. A typical reporting query joins to the base history and receipts tables to provide context.
SELECT mc.cash_receipt_id,
mc.set_of_books_id,
mc.amount,
mc.acctd_amount,
h.status
FROM ar_mc_cash_receipt_hist mc,
ar_cash_receipt_history_all h
WHERE mc.cash_receipt_history_id = h.cash_receipt_history_id
AND mc.set_of_books_id = :reporting_sob_id
AND h.trx_date BETWEEN :p_start_date AND :p_end_date;
Another critical use case is reconciling the AR subledger to the General Ledger for a reporting currency, using the POSTING_CONTROL_ID to identify posted versus unposted entries.
Related Objects
The AR_MC_CASH_RECEIPT_HIST table maintains defined foreign key relationships with several core Receivables and General Ledger tables, forming an integral part of the subledger accounting architecture.
- AR_CASH_RECEIPT_HISTORY_ALL: Linked via CASH_RECEIPT_HISTORY_ID. This is the primary relationship, where each row in the multi-currency table corresponds to a specific lifecycle event (history) of a receipt.
- GL_SETS_OF_BOOKS: Linked via SET_OF_BOOKS_ID. This identifies the specific reporting ledger for which the currency conversion data is stored.
- AR_CASH_RECEIPTS_ALL: Linked via CASH_RECEIPT_ID. This provides a direct link to the master receipt record.
- AR_POSTING_CONTROL: Linked via POSTING_CONTROL_ID and REVERSAL_POSTING_CONTROL_ID. These relationships track the batch posting status of the accounting entries generated from this multi-currency data to the General Ledger.
-
Table: AR_MC_CASH_RECEIPT_HIST
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_CASH_RECEIPT_HIST, object_name:AR_MC_CASH_RECEIPT_HIST, status:VALID, product: AR - Receivables , description: Currency-related information about each step in the life cycle of a receipt for each reporting set of books , implementation_dba_data: AR.AR_MC_CASH_RECEIPT_HIST ,
-
Table: AR_MC_CASH_RECEIPT_HIST
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_CASH_RECEIPT_HIST, object_name:AR_MC_CASH_RECEIPT_HIST, status:VALID, product: AR - Receivables , description: Currency-related information about each step in the life cycle of a receipt for each reporting set of books , implementation_dba_data: AR.AR_MC_CASH_RECEIPT_HIST ,
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_CASH_RECEIPT_HIST
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_CASH_RECEIPT_HIST
12.2.2
-
SYNONYM: APPS.AR_MC_CASH_RECEIPT_HIST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_MC_CASH_RECEIPT_HIST, status:VALID,
-
VIEW: AR.AR_MC_CASH_RECEIPT_HIST#
12.2.2
-
TABLE: AR.AR_MC_CASH_RECEIPT_HIST
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_CASH_RECEIPT_HIST, object_name:AR_MC_CASH_RECEIPT_HIST, status:VALID,
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_CASH_RECEIPT_HISTORY_ALL
12.2.2
-
VIEW: APPS.ARBV_CASH_DISTS_ALT_CRNCY
12.2.2
-
SYNONYM: APPS.AR_MC_CASH_RECEIPT_HIST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_MC_CASH_RECEIPT_HIST, status:VALID,
-
VIEW: AR.AR_MC_CASH_RECEIPT_HIST#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_MC_CASH_RECEIPT_HIST#, status:VALID,
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_CASH_RECEIPT_HISTORY_ALL
12.1.1
-
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 ,
-
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 ,
-
VIEW: APPS.ARFV_CASH_DISTS_ALT_CRNCY
12.1.1
-
VIEW: APPS.AR_CASH_RECEIPT_HIST_ALL_MRC_V
12.2.2
-
VIEW: APPS.ARBV_CASH_DISTS_ALT_CRNCY
12.1.1
-
VIEW: APPS.ARFV_CASH_DISTS_ALT_CRNCY
12.2.2
-
TABLE: AR.AR_MC_CASH_RECEIPT_HIST
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_CASH_RECEIPT_HIST, object_name:AR_MC_CASH_RECEIPT_HIST, status:VALID,
-
VIEW: APPS.AR_CASH_RECEIPT_HIST_ALL_MRC_V
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_CASH_RECEIPTS
12.2.2
-
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: APPS.AR_CASH_RECEIPT_HIST_MRC_V
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_CASH_RECEIPTS_ALL
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_CASH_RECEIPTS_ALL
12.1.1
-
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 ,
-
APPS.ARP_CASH_BASIS_ACCOUNTING dependencies on AR_DISTRIBUTIONS
12.2.2
-
APPS.ARP_CASH_BASIS_ACCOUNTING dependencies on AR_DISTRIBUTIONS
12.1.1
-
VIEW: APPS.AR_CASH_RECEIPT_HIST_MRC_V
12.1.1
-
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 ,
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_CASH_RECEIPTS
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: 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 ,
-
VIEW: APPS.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,
-
PACKAGE BODY: APPS.ARP_MRC_XLA_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_MRC_XLA_UPGRADE, status:VALID,
-
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_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,
-
Table: AR_CASH_RECEIPTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPTS_ALL, object_name:AR_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: Detailed receipt information , implementation_dba_data: AR.AR_CASH_RECEIPTS_ALL ,
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_DISTRIBUTIONS_ALL
12.1.1
-
Table: AR_CASH_RECEIPTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPTS_ALL, object_name:AR_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: Detailed receipt information , implementation_dba_data: AR.AR_CASH_RECEIPTS_ALL ,
-
VIEW: APPS.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,
-
View: AR_CASH_RECEIPT_HIST_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CASH_RECEIPT_HIST_MRC_V, object_name:AR_CASH_RECEIPT_HIST_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CASH_RECEIPT_HIST_MRC_V ,
-
VIEW: APPS.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,
-
View: AR_CASH_RECEIPT_HIST_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CASH_RECEIPT_HIST_ALL_MRC_V, object_name:AR_CASH_RECEIPT_HIST_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CASH_RECEIPT_HIST_ALL_MRC_V ,
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on AR_MC_DISTRIBUTIONS_ALL
12.2.2
-
APPS.ARP_XLA_EXTRACT_MAIN_PKG dependencies on AR_CASH_BASIS_DISTS_ALL
12.1.1
-
View: AR_CASH_RECEIPT_HIST_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CASH_RECEIPT_HIST_ALL_MRC_V, object_name:AR_CASH_RECEIPT_HIST_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CASH_RECEIPT_HIST_ALL_MRC_V ,
-
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