Search Results ra_cust_trx_line_gl_dist_all
The RA_CUST_TRX_LINE_GL_DIST_ALL
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for storing General Ledger (GL) distribution data associated with customer transaction lines. This table plays a pivotal role in the Receivables (AR) module, ensuring accurate financial accounting by maintaining the linkage between transactional data and GL accounts. Below is a detailed summary of its structure, purpose, and significance in Oracle EBS.
Table Overview
TheRA_CUST_TRX_LINE_GL_DIST_ALL
table stores accounting entries generated from customer transactions, such as invoices, debit memos, credit memos, and commitments. Each record represents a GL distribution line tied to a transaction line, capturing details like the accounting date, GL account code combinations, and amounts (both entered and accounted). This table is part of the multi-org architecture, with the _ALL
suffix indicating it stores data across all operating units.
Key Columns and Their Significance
- CUST_TRX_LINE_GL_DIST_ID: Primary key, uniquely identifying each distribution record.
- CUST_TRX_LINE_ID: Foreign key linking to
RA_CUST_TRX_LINES_ALL
, associating the distribution with a specific transaction line. - CUSTOMER_TRX_ID: References
RA_CUSTOMER_TRX_ALL
, connecting the distribution to the parent transaction. - GL_DATE: The date used for GL accounting, critical for period-end close and financial reporting.
- CODE_COMBINATION_ID: Foreign key to
GL_CODE_COMBINATIONS
, storing the GL account charged or credited. - ACCOUNT_CLASS: Classifies the distribution type (e.g.,
REC
for receivable,REV
for revenue,TAX
for tax). - AMOUNT and ACCOUNTED_AMOUNT: Store the transaction currency and functional currency amounts, respectively.
- ORG_ID: Operating unit identifier, enabling multi-org functionality.
Functional Role in Oracle EBS
This table supports the following critical processes:- Transaction Accounting: Automatically generates GL distributions during transaction creation or adjustment, ensuring proper revenue recognition and receivable tracking.
- Multi-Currency Handling: Captures both entered and accounted amounts, facilitating foreign currency transactions and revaluation.
- Audit and Compliance: Provides a traceable audit trail from transactions to GL entries, essential for financial audits.
- Period-End Close: Enables reconciliation between AR subledger and GL by matching distributions to journal entries.
Integration with Other Modules
The table integrates tightly with:- General Ledger (GL): Distributions are transferred via the Subledger Accounting (SLA) engine to create journal entries.
- Subledger Accounting (SLA): Rules defined in SLA determine how distributions are transformed into accounting entries.
- Tax Module: Tax distributions (
ACCOUNT_CLASS = 'TAX'
) are linked to tax records inZX_LINES
.
Customization and Extensions
While Oracle provides standard functionality, customizations may involve:- Adding descriptive flexfields (DFFs) to capture organization-specific attributes.
- Creating triggers or APIs to enforce business rules during distribution creation.
- Developing reports directly querying this table for reconciliation or analysis.
Performance Considerations
Given its transactional volume, indexing strategies (e.g., onCUSTOMER_TRX_ID
, GL_DATE
) and partitioning (by ORG_ID
or period) are recommended for large implementations. Archiving older records may also be necessary to maintain performance.
Conclusion
TheRA_CUST_TRX_LINE_GL_DIST_ALL
table is foundational to Oracle EBS Receivables, bridging transactional data with financial accounting. Its design ensures accurate, auditable, and multi-org-compliant GL distributions, making it indispensable for financial operations in both EBS 12.1.1 and 12.2.2 environments.
-
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.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_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_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.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: 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: 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.2.2
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 ,