Search Results ar_distributions_all
Overview
The AR_DISTRIBUTIONS_ALL table is a core transactional table within Oracle E-Business Suite Receivables (AR). It serves as the central repository for all accounting entries (distributions) generated by Receivables activities. Its primary role is to store the detailed accounting records for receipts, as indicated in the ETRM description. This table is fundamental to the financial integrity of the AR module, capturing the debit and credit postings to various General Ledger accounts for transactions such as invoices, credit memos, receipts, applications, and adjustments. Being an "ALL" table, it is multi-organization enabled, storing data for all operating units accessible to the user, which is critical for installations operating in a multi-org architecture.
Key Information Stored
The table's structure is defined by its composite primary key (SOURCE_ID, SOURCE_TABLE, SOURCE_TYPE), which uniquely identifies a distribution by linking it to its originating transaction source. Key columns include LINE_ID (a unique system-generated identifier), CODE_COMBINATION_ID (the charged GL account), and AMOUNT (the monetary value of the distribution). The ETRM metadata highlights several critical foreign key relationships, such as REF_CUSTOMER_TRX_LINE_ID and REF_CUST_TRX_LINE_GL_DIST_ID linking to invoice lines, and SOURCE_ID links to numerous transaction tables like AR_CASH_RECEIPT_HISTORY_ALL and AR_ADJUSTMENTS_ALL. Columns like THIRD_PARTY_ID and THIRD_PARTY_SUB_ID facilitate accounting for third-party tax remittances.
Common Use Cases and Queries
This table is essential for auditing, reconciliation, and custom reporting on AR accounting. A common use case is tracing the complete accounting impact of a cash receipt. Analysts query this table to verify that receipt applications created the correct receivable reduction and unearned revenue or revenue accounts. Sample SQL often joins to transaction headers and GL code combinations.
- Finding distributions for a specific invoice:
SELECT * FROM ar_distributions_all WHERE source_table = 'RA_CUSTOMER_TRX' AND source_id = <cust_trx_id>; - Reconciling receipt accounting: Joining AR_DISTRIBUTIONS_ALL with AR_CASH_RECEIPTS_ALL and AR_RECEIVABLE_APPLICATIONS_ALL on SOURCE_ID to review cash, receivable, and revenue/liability account postings.
- GL Account Analysis: Summarizing amounts by CODE_COMBINATION_ID for a period to interface with or reconcile to the General Ledger.
Related Objects
As evidenced by its extensive foreign key constraints, AR_DISTRIBUTIONS_ALL has a central relationship with nearly all major Receivables transaction tables. Key related objects include:
- Transaction Sources: AR_CASH_RECEIPT_HISTORY_ALL, AR_RECEIVABLE_APPLICATIONS_ALL, AR_ADJUSTMENTS_ALL, AR_MISC_CASH_DISTRIBUTIONS_ALL, and AR_TRANSACTION_HISTORY_ALL (linked via SOURCE_ID).
- Invoice Details: RA_CUSTOMER_TRX_LINES_ALL and RA_CUST_TRX_LINE_GL_DIST_ALL (linked via REF_CUSTOMER_TRX_LINE_ID and REF_CUST_TRX_LINE_GL_DIST_ID).
- Tax and Third-Party Data: AR_TAX_GROUP_CODES_ALL, HZ_CUST_ACCOUNTS, and HZ_CUST_SITE_USES_ALL.
- Accounting Flexfield: GL_CODE_COMBINATIONS (for the account charged).
- Self-Reference: The table has a recursive relationship with itself via REF_LINE_ID, often used for complex tax or adjustment distributions.
-
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: AR_XLA_ARD_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_LINES_V, object_name:AR_XLA_ARD_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_LINES_V ,
-
View: AR_XLA_ARD_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_LINES_V, object_name:AR_XLA_ARD_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_LINES_V ,
-
View: AR_DISTRIBUTIONS_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_L_V, object_name:AR_DISTRIBUTIONS_L_V, status:VALID, product: AR - Receivables , description: distribution line extract , implementation_dba_data: APPS.AR_DISTRIBUTIONS_L_V ,
-
View: AR_DISTRIBUTIONS_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_L_V, object_name:AR_DISTRIBUTIONS_L_V, status:VALID, product: AR - Receivables , description: distribution line extract , implementation_dba_data: APPS.AR_DISTRIBUTIONS_L_V ,
-
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 ,
-
View: AR_XLA_ARD_CRH_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_CRH_LINES_V, object_name:AR_XLA_ARD_CRH_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_CRH_LINES_V ,
-
View: AR_XLA_ARD_RA_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_RA_LINES_V, object_name:AR_XLA_ARD_RA_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_RA_LINES_V ,
-
View: AR_XLA_ARD_MCD_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_MCD_LINES_V, object_name:AR_XLA_ARD_MCD_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_MCD_LINES_V ,
-
View: AR_XLA_ARD_TRH_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_TRH_LINES_V, object_name:AR_XLA_ARD_TRH_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_TRH_LINES_V ,
-
View: AR_XLA_ARD_ADJ_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_ADJ_LINES_V, object_name:AR_XLA_ARD_ADJ_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_ADJ_LINES_V ,
-
View: AR_CM_LINES_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_LINES_BASE_V, object_name:AR_CM_LINES_BASE_V, status:VALID, product: AR - Receivables , description: credit memo line base extract , implementation_dba_data: APPS.AR_CM_LINES_BASE_V ,
-
View: ARFV_CASH_DISTS_ALC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_DISTS_ALC_V, object_name:ARFV_CASH_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about cash amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_CASH_DISTS_ALC_V ,
-
View: ARFV_CASH_DISTS_ALC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_DISTS_ALC_V, object_name:ARFV_CASH_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about cash amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_CASH_DISTS_ALC_V ,
-
View: ARFV_ADJ_DISTS_ALC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ADJ_DISTS_ALC_V, object_name:ARFV_ADJ_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about adjustment amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_ADJ_DISTS_ALC_V ,
-
View: ARFV_ADJ_DISTS_ALC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ADJ_DISTS_ALC_V, object_name:ARFV_ADJ_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about adjustment amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_ADJ_DISTS_ALC_V ,
-
View: AR_CM_APP_DIST_LINES_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_APP_DIST_LINES_L_V, object_name:AR_CM_APP_DIST_LINES_L_V, status:VALID, product: AR - Receivables , description: This view is used to fetch interface line attributes data for CM applications. , implementation_dba_data: APPS.AR_CM_APP_DIST_LINES_L_V ,
-
View: ARFV_APP_DISTS_ALC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_APP_DISTS_ALC_V, object_name:ARFV_APP_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about cash receipt applications transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_APP_DISTS_ALC_V ,
-
View: AR_CM_LINES_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_LINES_BASE_V, object_name:AR_CM_LINES_BASE_V, status:VALID, product: AR - Receivables , description: credit memo line base extract , implementation_dba_data: APPS.AR_CM_LINES_BASE_V ,
-
View: ARFV_APP_DISTS_ALC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_APP_DISTS_ALC_V, object_name:ARFV_APP_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about cash receipt applications transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_APP_DISTS_ALC_V ,
-
Table: RA_CUSTOMER_TRX_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_LINES_ALL, object_name:RA_CUSTOMER_TRX_LINES_ALL, status:VALID, product: AR - Receivables , description: Invoice, debit memo, chargeback, credit memo and commitment lines , implementation_dba_data: AR.RA_CUSTOMER_TRX_LINES_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: RA_CUST_TRX_LINE_GL_DIST_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_LINE_GL_DIST_ALL, object_name:RA_CUST_TRX_LINE_GL_DIST_ALL, status:VALID, product: AR - Receivables , description: Accounting records for revenue, unearned revenue and unbilled receivables , implementation_dba_data: AR.RA_CUST_TRX_LINE_GL_DIST_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: 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: 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_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_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_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 ,
-
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_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_CUST_TRX_LINES_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_TRX_LINES_L_V, object_name:AR_CUST_TRX_LINES_L_V, status:VALID, product: AR - Receivables , description: transaction line extract , implementation_dba_data: APPS.AR_CUST_TRX_LINES_L_V ,
-
View: AR_ADJ_DIST_UPG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJ_DIST_UPG_V, object_name:AR_ADJ_DIST_UPG_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_ADJ_DIST_UPG_V ,
-
View: AR_ADJ_DIST_UPG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJ_DIST_UPG_V, object_name:AR_ADJ_DIST_UPG_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_ADJ_DIST_UPG_V ,
-
View: AR_AEL_SL_REC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_REC_V, object_name:AR_AEL_SL_REC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_SL_REC_V ,
-
View: AR_AEL_SL_REC_V_OLD
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_DISTRIBUTIONS_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_BASE_V, object_name:AR_DISTRIBUTIONS_BASE_V, status:VALID, product: AR - Receivables , description: distribution base extract , implementation_dba_data: APPS.AR_DISTRIBUTIONS_BASE_V ,
-
View: AR_AEL_SL_REC_V_OLD
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_SL_REC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_REC_V, object_name:AR_AEL_SL_REC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_SL_REC_V ,
-
View: AR_AEL_GL_REC_V_OLD
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_GL_REC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_REC_V, object_name:AR_AEL_GL_REC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_GL_REC_V ,
-
View: AR_AEL_GL_REC_V_OLD
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_GL_REC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_REC_V, object_name:AR_AEL_GL_REC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_GL_REC_V ,