Search Results ra_cust_trx_line_gl_dist_all
Overview
The RA_CUST_TRX_LINE_GL_DIST_ALL table is a core accounting table within the Oracle E-Business Suite Receivables (AR) module. It serves as the definitive repository for the General Ledger (GL) distribution records generated from transaction lines. Its primary role is to store the detailed accounting entries for revenue, unearned revenue, and unbilled receivables arising from customer transactions, such as invoices, debit memos, and credit memos. This table is central to the financial posting process, ensuring that every monetary line on a transaction creates the appropriate accounting distributions that will ultimately be transferred to the General Ledger. It operates at the "All" organization level, meaning it stores data across all operating units in a multi-org environment.
Key Information Stored
The table's structure is designed to link transactional data with its corresponding accounting impact. The primary key is the unique identifier CUST_TRX_LINE_GL_DIST_ID. The most critical foreign keys define its relationships: CUSTOMER_TRX_ID and CUSTOMER_TRX_LINE_ID link to the parent transaction and its specific line, CODE_COMBINATION_ID points to the GL account charged, and SET_OF_BOOKS_ID identifies the accounting context. Other essential columns include the ACCOUNT_CLASS, which categorizes the distribution type (e.g., REV, UNBILLED_RECEIVABLES, UNEARNED), and the accounted amounts (AMOUNT, ACCTD_AMOUNT). The POSTING_CONTROL_ID is a vital operational column used to track the status of GL transfer, indicating whether the distribution is posted, unposted, or in error.
Common Use Cases and Queries
This table is fundamental for reconciliation, audit, and custom reporting. A common use case is reconciling the AR subledger detail to the GL balances. Analysts query this table to verify the accounting entries created for a specific invoice or for a period. Troubleshooting posting failures also requires examining records where the POSTING_CONTROL_ID indicates an error state. A typical query pattern involves joining to transaction headers and lines, and GL code combinations to produce a readable audit trail.
- Sample Query for Invoice Accounting:
SELECT d.account_class, d.amount, g.segment1, g.segment2
FROM ra_cust_trx_line_gl_dist_all d,
gl_code_combinations g,
ra_customer_trx_all t
WHERE d.code_combination_id = g.code_combination_id
AND d.customer_trx_id = t.customer_trx_id
AND t.trx_number = 'INV-12345'; - Reporting Use Case: Generating a report of all unposted distributions (POSTING_CONTROL_ID = -3) for a given set of books to identify transactions pending GL transfer.
Related Objects
As indicated by its foreign keys, RA_CUST_TRX_LINE_GL_DIST_ALL is a central hub connected to several key tables. Its most direct parent is RA_CUSTOMER_TRX_LINES_ALL, from which the transactional line details originate. It also references RA_CUSTOMER_TRX_ALL for header-level information. For accounting context, it joins to GL_CODE_COMBINATIONS (for the natural account) and historically to GL_SETS_OF_BOOKS_11I. The link to RA_CUST_TRX_LINE_SALESREPS_ALL allows for sales credit assignment tracking. Crucially, its relationship with AR_POSTING_CONTROL manages the lifecycle of the GL journal entry creation process. This table is also a primary source for the subledger accounting (SLA) and XLA (eXtensible Ledger Accounting) infrastructure in later versions of EBS.
-
Table: RA_CUST_TRX_LINE_GL_DIST_ALL
12.1.1
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: 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 ,
-
View: AR_XLA_CTLGD_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_CTLGD_LINES_V, object_name:AR_XLA_CTLGD_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_CTLGD_LINES_V ,
-
View: ARFV_TAX_DISTS_ALC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_TAX_DISTS_ALC_V, object_name:ARFV_TAX_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about tax amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_TAX_DISTS_ALC_V ,
-
View: ARFV_TAX_DISTS_ALC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_TAX_DISTS_ALC_V, object_name:ARFV_TAX_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about tax amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_TAX_DISTS_ALC_V ,
-
View: ARFV_FREIGHT_DISTS_ALC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_FREIGHT_DISTS_ALC_V, object_name:ARFV_FREIGHT_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about freight amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_FREIGHT_DISTS_ALC_V ,
-
View: ARFV_UNREC_DISTS_ALC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_UNREC_DISTS_ALC_V, object_name:ARFV_UNREC_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about unbilled receivables amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_UNREC_DISTS_ALC_V ,
-
View: ARFV_FREIGHT_DISTS_ALC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_FREIGHT_DISTS_ALC_V, object_name:ARFV_FREIGHT_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about freight amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_FREIGHT_DISTS_ALC_V ,
-
View: AR_XLA_CTLGD_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_CTLGD_LINES_V, object_name:AR_XLA_CTLGD_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_CTLGD_LINES_V ,
-
View: ARFV_UNREV_DISTS_ALC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_UNREV_DISTS_ALC_V, object_name:ARFV_UNREV_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about unearned revenue amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_UNREV_DISTS_ALC_V ,
-
View: ARFV_REVENUE_DISTS_ALC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_REVENUE_DISTS_ALC_V, object_name:ARFV_REVENUE_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about revenue amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_REVENUE_DISTS_ALC_V ,
-
View: ARFV_UNREC_DISTS_ALC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_UNREC_DISTS_ALC_V, object_name:ARFV_UNREC_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about unbilled receivables amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_UNREC_DISTS_ALC_V ,
-
View: ARFV_REVENUE_DISTS_ALC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_REVENUE_DISTS_ALC_V, object_name:ARFV_REVENUE_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about revenue amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_REVENUE_DISTS_ALC_V ,
-
View: ARFV_UNREV_DISTS_ALC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_UNREV_DISTS_ALC_V, object_name:ARFV_UNREV_DISTS_ALC_V, status:VALID, product: AR - Receivables , description: This shows Alternate Currencies information about unearned revenue amounts transferred to the Subledger Accounting. , implementation_dba_data: APPS.ARFV_UNREV_DISTS_ALC_V ,
-
View: AR_CUST_TRX_LINES_L_V
12.1.1
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_CM_LINES_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_LINES_L_V, object_name:AR_CM_LINES_L_V, status:VALID, product: AR - Receivables , description: credit memo line extract , implementation_dba_data: APPS.AR_CM_LINES_L_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: AR_LINE_REVENUE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LINE_REVENUE_DETAILS_V, object_name:AR_LINE_REVENUE_DETAILS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_LINE_REVENUE_DETAILS_V ,
-
View: AR_CM_LINES_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_LINES_L_V, object_name:AR_CM_LINES_L_V, status:VALID, product: AR - Receivables , description: credit memo line extract , implementation_dba_data: APPS.AR_CM_LINES_L_V ,
-
View: AR_LINE_REVENUE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LINE_REVENUE_DETAILS_V, object_name:AR_LINE_REVENUE_DETAILS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_LINE_REVENUE_DETAILS_V ,
-
Table: RA_CUST_TRX_LINE_SALESREPS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_LINE_SALESREPS_ALL, object_name:RA_CUST_TRX_LINE_SALESREPS_ALL, status:VALID, product: AR - Receivables , description: Sales credit assignments for transactions , implementation_dba_data: AR.RA_CUST_TRX_LINE_SALESREPS_ALL ,
-
Table: RA_CUST_TRX_LINE_SALESREPS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_LINE_SALESREPS_ALL, object_name:RA_CUST_TRX_LINE_SALESREPS_ALL, status:VALID, product: AR - Receivables , description: Sales credit assignments for transactions , implementation_dba_data: AR.RA_CUST_TRX_LINE_SALESREPS_ALL ,
-
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 ,
-
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 ,
-
View: AR_CUST_TRX_LINES_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_TRX_LINES_BASE_V, object_name:AR_CUST_TRX_LINES_BASE_V, status:VALID, product: AR - Receivables , description: transaction line base extract , implementation_dba_data: APPS.AR_CUST_TRX_LINES_BASE_V ,
-
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_CUST_TRX_LINES_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_TRX_LINES_BASE_V, object_name:AR_CUST_TRX_LINES_BASE_V, status:VALID, product: AR - Receivables , description: transaction line base extract , implementation_dba_data: APPS.AR_CUST_TRX_LINES_BASE_V ,
-
View: AR_APP_DIST_UPG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_APP_DIST_UPG_V, object_name:AR_APP_DIST_UPG_V, status:VALID, product: AR - Receivables , description: AR XLA extract , implementation_dba_data: APPS.AR_APP_DIST_UPG_V ,
-
View: AR_APP_DIST_UPG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_APP_DIST_UPG_V, object_name:AR_APP_DIST_UPG_V, status:VALID, product: AR - Receivables , description: AR XLA extract , implementation_dba_data: APPS.AR_APP_DIST_UPG_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: RA_TRX_LINE_GL_DIST_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_TRX_LINE_GL_DIST_ALL_MRC_V, object_name:RA_TRX_LINE_GL_DIST_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_TRX_LINE_GL_DIST_ALL_MRC_V ,
-
View: RA_TRX_LINE_GL_DIST_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_TRX_LINE_GL_DIST_ALL_MRC_V, object_name:RA_TRX_LINE_GL_DIST_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_TRX_LINE_GL_DIST_ALL_MRC_V ,
-
View: RA_TRX_LINE_GL_DIST_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_TRX_LINE_GL_DIST_MRC_V, object_name:RA_TRX_LINE_GL_DIST_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_TRX_LINE_GL_DIST_MRC_V ,
-
View: RA_TRX_LINE_GL_DIST_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_TRX_LINE_GL_DIST_MRC_V, object_name:RA_TRX_LINE_GL_DIST_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_TRX_LINE_GL_DIST_MRC_V ,
-
Table: RA_CUSTOMER_TRX_LINES_ALL
12.1.1
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 ,
-
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 ,
-
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: RA_CUSTOMER_TRX_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,
-
Table: RA_CUSTOMER_TRX_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,
-
View: RA_CUSTOMER_TRX_CM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CM_V ,
-
View: RA_CUSTOMER_TRX_CM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CM_V ,
-
View: AR_TRX_DIST_LINE_REP_ITF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_DIST_LINE_REP_ITF_V, object_name:AR_TRX_DIST_LINE_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_DIST_LINE_REP_ITF_V ,
-
View: AR_TRX_DIST_LINE_REP_ITF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_DIST_LINE_REP_ITF_V, object_name:AR_TRX_DIST_LINE_REP_ITF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_TRX_DIST_LINE_REP_ITF_V ,
-
View: RA_CUSTOMER_TRX_CR_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CR_TRX_V ,
-
View: RA_CUSTOMER_TRX_CR_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CR_TRX_V ,
-
View: RA_CUSTOMER_TRX_PARTIAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PARTIAL_V ,
-
View: RA_CUSTOMER_TRX_PARTIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PARTIAL_V ,
-
View: RA_CUSTOMER_TRX_PART_CB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PART_CB_V, object_name:RA_CUSTOMER_TRX_PART_CB_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PART_CB_V ,