Search Results ar_xla_ard_lines_v
Overview
AR_XLA_ARD_LINES_V is a reporting view owned by the APPS schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It belongs to the Receivables (AR) product family and exists to support reporting that must read the code combination identifier (CCID) generated by the Subledger Accounting (XLA) engine. In Release 12, accounting entries for Receivables distributions are no longer derived directly from the transaction tables; they are created by XLA and stored in the XLA_AE_LINES and XLA_AE_HEADERS tables. The view bridges the original Receivables distribution rows in AR_DISTRIBUTIONS_ALL with their corresponding XLA accounting lines, thereby exposing the general ledger account (CCID) plus the unrounded entered and accounted amounts that XLA calculated.
The view is defined as a join across Receivables distributions, distribution links, XLA accounting lines and headers, and cash receipt tables. Its status is VALID. It is most commonly used by standard and custom Receivables reports, dashboards, and reconciliation extracts that need the accounting flexfield identifier alongside the subledger distribution detail without having to replicate the XLA linking logic.
Underlying Base Objects
According to the documented metadata, AR_XLA_ARD_LINES_V is defined over the following base objects (all referenced through synonyms in APPS): AR_DISTRIBUTIONS_ALL, XLA_DISTRIBUTION_LINKS, XLA_AE_LINES, XLA_AE_HEADERS, AR_CASH_RECEIPTS_ALL, and AR_CASH_RECEIPT_HISTORY_ALL. The documented view text additionally references AR_ADJUSTMENTS_ALL, AR_MISC_CASH_DISTRIBUTIONS_ALL, AR_RECEIVABLE_APPLICATIONS_ALL, AR_TRANSACTION_HISTORY_ALL, and RA_CUSTOMER_TRX_ALL, which supply the secondary source information for the various Receivables source tables.
The core relationship is driven by the join condition ARD.LINE_ID = LK.SOURCE_DISTRIBUTION_ID_NUM_1 with LK.APPLICATION_ID = 222 and LK.SOURCE_DISTRIBUTION_TYPE = 'AR_DISTRIBUTIONS_ALL'. The distribution link row then connects to XLA_AE_LINES on AE_HEADER_ID and AE_LINE_NUM, and to XLA_AE_HEADERS on AE_HEADER_ID. Cash receipt context is obtained through the condition ARD.SOURCE_TABLE = 'CRH' linking SOURCE_ID to CASH_RECEIPT_HISTORY_ID, and then to AR_CASH_RECEIPTS_ALL through CASH_RECEIPT_ID. The view also requires that CRH.EVENT_ID IS NOT NULL and restricts accounting class codes to values such as CASH and REMITTANCE.
Key Columns
- LINE_ID, SOURCE_ID, SOURCE_TABLE – Identify the originating Receivables distribution and its source document.
- CODE_COMBINATION_ID – The accounting flexfield identifier sourced from XLA_AE_LINES; this is the primary reason the view exists.
- GL_SL_LINK_ID, GL_SL_LINK_TABLE – The subledger link references used to associate the XLA line with the GL interface.
- UNROUNDED_ENTERED_DR/CR, UNROUNDED_ACCOUNTED_DR/CR – The XLA-derived amounts taken from XLA_DISTRIBUTION_LINKS.
- TAXABLE_ENTERED_DR/CR, TAXABLE_ACCOUNTED_DR/CR – Taxable portion of the distribution amounts.
- SOURCE_TYPE, SOURCE_TYPE_SECONDARY, SOURCE_TABLE_SECONDARY, SOURCE_ID_SECONDARY – Classify the distribution and identify secondary sources.
- CURRENCY_CODE, CURRENCY_CONVERSION_RATE, CURRENCY_CONVERSION_TYPE, CURRENCY_CONVERSION_DATE – Currency conversion attributes.
- AE_HEADER_ID, AE_LINE_NUM – Pointers into the XLA accounting entry.
- CASH_RECEIPT_ID, ACCOUNTING_DATE, GL_POSTED_DATE – Cash receipt identity and accounting/posting dates.
- ORG_ID – Multi-org operating unit identifier.
- REF_* columns – Reference distribution, line, account class, and CCID used for cross-referencing.
Common Use Cases and Queries
Typical use cases include reconciling Receivables cash receipt distributions to their XLA-generated accounting entries, extracting CCIDs for a given receipt or accounting period, and validating that unrounded entered and accounted amounts match between the distribution and the XLA line.
A representative query retrieving accounting information for a cash receipt is shown below:
SELECT v.cash_receipt_id, v.line_id, v.code_combination_id, v.unrounded_entered_dr, v.unrounded_entered_cr, v.accounting_date FROM ar_xla_ard_lines_v v WHERE v.cash_receipt_id = :p_receipt_id;- Filter by
ORG_IDandACCOUNTING_DATEto reconcile a period:WHERE v.org_id = :p_org AND v.accounting_date BETWEEN :p_start AND :p_end. - Join the CCID to
GL_CODE_COMBINATIONSto report the concatenated account string for a distribution.
Because the view enforces the XLA distribution link and the accounting class filter internally, reports can rely on it to return only those Receivables distributions that have been successfully accounted by Subledger Accounting.
-
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: APPS.ARBV_APPLICATION_DISTRIBUTIONS
12.2.2
-
VIEW: APPS.ARBV_APPLICATION_DISTRIBUTIONS
12.1.1
-
VIEW: APPS.ARFV_APPLICATION_DISTRIBUTIONS
12.2.2
-
VIEW: APPS.ARFV_APPLICATION_DISTRIBUTIONS
12.1.1
-
View: ARFV_APPLICATION_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_APPLICATION_DISTRIBUTIONS, object_name:ARFV_APPLICATION_DISTRIBUTIONS, status:VALID, product: AR - Receivables , description: This shows information about cash receipt applications posted to the General Ledger. , implementation_dba_data: APPS.ARFV_APPLICATION_DISTRIBUTIONS ,
-
View: ARBV_APPLICATION_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_APPLICATION_DISTRIBUTIONS, object_name:ARBV_APPLICATION_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_APPLICATION_DISTRIBUTIONS ,
-
View: ARFV_APPLICATION_DISTRIBU_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_APPLICATION_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_APPLICATION_DISTRIBUTIONS, object_name:ARFV_APPLICATION_DISTRIBUTIONS, status:VALID, product: AR - Receivables , description: This shows information about cash receipt applications posted to the General Ledger. , implementation_dba_data: APPS.ARFV_APPLICATION_DISTRIBUTIONS ,
-
VIEW: APPS.ARBV_CASH_DISTRIBUTIONS
12.1.1
-
View: ARBV_APPLICATION_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_APPLICATION_DISTRIBUTIONS, object_name:ARBV_APPLICATION_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_APPLICATION_DISTRIBUTIONS ,
-
View: ARFV_APPLICATION_DISTRIBU_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ARFV_ADJUSTMENT_DISTRIBUTIONS
12.1.1
-
VIEW: APPS.ARBV_ADJUSTMENT_DISTRIBUTIONS
12.1.1
-
VIEW: APPS.ARBV_INVOICE_ADJUSTMENTS
12.2.2
-
VIEW: APPS.ARBV_ADJUSTMENT_DISTRIBUTIONS
12.2.2
-
VIEW: APPS.ARBV_CASH_DISTRIBUTIONS
12.2.2
-
VIEW: APPS.ARFV_ADJUSTMENT_DISTRIBUTIONS
12.2.2
-
VIEW: APPS.ARBV_INVOICE_ADJUSTMENTS
12.1.1
-
VIEW: APPS.ARFV_CASH_DISTRIBUTIONS
12.2.2
-
VIEW: APPS.ARFV_CASH_DISTRIBUTIONS
12.1.1
-
VIEW: APPS.ARFV_INVOICE_ADJUSTMENTS
12.1.1
-
VIEW: APPS.ARFV_INVOICE_ADJUSTMENTS
12.2.2
-
View: ARBV_CASH_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_DISTRIBUTIONS, object_name:ARBV_CASH_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CASH_DISTRIBUTIONS ,
-
View: ARBV_ADJUSTMENT_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ADJUSTMENT_DISTRIBUTIONS, object_name:ARBV_ADJUSTMENT_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_ADJUSTMENT_DISTRIBUTIONS ,
-
View: ARBV_CASH_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_DISTRIBUTIONS, object_name:ARBV_CASH_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CASH_DISTRIBUTIONS ,
-
View: ARBV_ADJUSTMENT_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ADJUSTMENT_DISTRIBUTIONS, object_name:ARBV_ADJUSTMENT_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_ADJUSTMENT_DISTRIBUTIONS ,
-
SYNONYM: APPS.AR_TRANSACTION_HISTORY_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_TRANSACTION_HISTORY_ALL, status:VALID,
-
View: ARFV_ADJUSTMENT_DISTRIBUT_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_ADJUSTMENT_DISTRIBUT_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.AR_TRANSACTION_HISTORY_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_TRANSACTION_HISTORY_ALL, status:VALID,
-
SYNONYM: APPS.AR_MISC_CASH_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_MISC_CASH_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.AR_MISC_CASH_DISTRIBUTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_MISC_CASH_DISTRIBUTIONS_ALL, status:VALID,
-
View: ARFV_ADJUSTMENT_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ADJUSTMENT_DISTRIBUTIONS, object_name:ARFV_ADJUSTMENT_DISTRIBUTIONS, status:VALID, product: AR - Receivables , description: This shows information about adjustment amounts posted to the General Ledger. , implementation_dba_data: APPS.ARFV_ADJUSTMENT_DISTRIBUTIONS ,
-
View: ARFV_CASH_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_DISTRIBUTIONS, object_name:ARFV_CASH_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_CASH_DISTRIBUTIONS ,
-
View: ARFV_CASH_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_DISTRIBUTIONS, object_name:ARFV_CASH_DISTRIBUTIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_CASH_DISTRIBUTIONS ,
-
View: ARFV_ADJUSTMENT_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ADJUSTMENT_DISTRIBUTIONS, object_name:ARFV_ADJUSTMENT_DISTRIBUTIONS, status:VALID, product: AR - Receivables , description: This shows information about adjustment amounts posted to the General Ledger. , implementation_dba_data: APPS.ARFV_ADJUSTMENT_DISTRIBUTIONS ,
-
VIEW: APPS.ARBV_APPLICATION_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_APPLICATION_DISTRIBUTIONS, object_name:ARBV_APPLICATION_DISTRIBUTIONS, status:VALID,
-
View: ARBV_INVOICE_ADJUSTMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_INVOICE_ADJUSTMENTS, object_name:ARBV_INVOICE_ADJUSTMENTS, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_INVOICE_ADJUSTMENTS ,
-
View: ARBV_INVOICE_ADJUSTMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_INVOICE_ADJUSTMENTS, object_name:ARBV_INVOICE_ADJUSTMENTS, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_INVOICE_ADJUSTMENTS ,
-
VIEW: APPS.ARFV_APPLICATION_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_APPLICATION_DISTRIBUTIONS, object_name:ARFV_APPLICATION_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.ARBV_ADJUSTMENT_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ADJUSTMENT_DISTRIBUTIONS, object_name:ARBV_ADJUSTMENT_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.ARFV_ADJUSTMENT_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ADJUSTMENT_DISTRIBUTIONS, object_name:ARFV_ADJUSTMENT_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.ARFV_APPLICATION_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_APPLICATION_DISTRIBUTIONS, object_name:ARFV_APPLICATION_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.ARBV_APPLICATION_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_APPLICATION_DISTRIBUTIONS, object_name:ARBV_APPLICATION_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.ARFV_CASH_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_DISTRIBUTIONS, object_name:ARFV_CASH_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.ARBV_CASH_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_DISTRIBUTIONS, object_name:ARBV_CASH_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.ARBV_CASH_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_DISTRIBUTIONS, object_name:ARBV_CASH_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.ARBV_ADJUSTMENT_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ADJUSTMENT_DISTRIBUTIONS, object_name:ARBV_ADJUSTMENT_DISTRIBUTIONS, status:VALID,