Search Results RA_CUSTOMER_TRX_LINES_ALL
Overview
The RA_CUSTOMER_TRX_LINES_ALL table is a core transaction line-level table within Oracle E-Business Suite Receivables (AR). It stores detailed line information for all customer transaction documents, including invoices, debit memos, chargebacks, credit memos, and commitments. Each record in this table represents a single line item on a transaction header stored in RA_CUSTOMER_TRX_ALL. Its primary role is to capture the specific goods, services, adjustments, or financial details that constitute the total amount of a transaction, enabling detailed accounting, reporting, and tax calculation at the line level. The table is multi-organization enabled, as indicated by the '_ALL' suffix, meaning it stores data for all operating units with appropriate security via the MOAC (Multi-Org Access Control) architecture in releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which delineate its critical relationships and data points. The primary identifier is CUSTOMER_TRX_LINE_ID. Each line is uniquely tied to a transaction header via the CUSTOMER_TRX_ID foreign key to RA_CUSTOMER_TRX_ALL and is sequentially ordered by LINE_NUMBER. Key descriptive and financial columns include quantities, unit prices, extended amounts, and line types. The table also stores references to related entities through numerous foreign keys, such as MEMO_LINE_ID for descriptive text, VAT_TAX_ID for tax rules, and CONTRACT_LINE_ID for integration with Oracle Contracts. Critical columns for adjustments and billing revenue management include LINK_TO_CUST_TRX_LINE_ID and INITIAL_CUSTOMER_TRX_LINE_ID, which track line-level relationships for credit memos and revenue scheduling. Ship-to customer and contact details are stored via SHIP_TO_CUSTOMER_ID and SHIP_TO_CONTACT_ID.
Common Use Cases and Queries
This table is central to any reporting or data extraction involving transactional line details. Common use cases include detailed invoice line reporting, revenue recognition analysis, tax reporting at the line level, and tracing the lifecycle of a line item through credits and adjustments. A fundamental query joins the line table to its header and other key descriptive tables:
- Sample Query for Invoice Lines: SELECT ctl.line_number, ctl.extended_amount, ml.name memo_line, ct.trx_number FROM ra_customer_trx_lines_all ctl JOIN ra_customer_trx_all ct ON ct.customer_trx_id = ctl.customer_trx_id LEFT JOIN ar_memo_lines_all_b ml ON ml.memo_line_id = ctl.memo_line_id WHERE ct.trx_number = 'INV12345' ORDER BY ctl.line_number;
- Linking Credits to Original Invoices: Queries often use LINK_TO_CUST_TRX_LINE_ID to find which original invoice line a credit memo line is reversing.
- Revenue Recognition Reporting: Lines are analyzed alongside the RA_CUSTOMER_TRX_LINES_ALL table itself via the INITIAL_CUSTOMER_TRX_LINE_ID to follow revenue schedules back to their source line.
Related Objects
As evidenced by its extensive foreign key relationships, RA_CUSTOMER_TRX_LINES_ALL is a central hub connected to numerous critical Receivables and cross-application objects. The primary relationship is with the transaction header, RA_CUSTOMER_TRX_ALL. It is directly referenced by adjustment and payment schedule tables like AR_ADJUSTMENTS_ALL and AR_PAYMENT_SCHEDULES_ALL for billing revenue (BR) processes. For descriptive content, it links to AR_MEMO_LINES_ALL_B. Tax-related links include RA_TAX_EXEMPTIONS_ALL and AR_VAT_TAX_ALL_B. Integration with other EBS modules is shown via foreign keys to OKC_K_LINES_B (Contracts), HZ_CUST_ACCOUNTS (Trading Community), and IBY_FNDCPT_TX_EXTENSIONS (Payments). Importantly, the table has a recursive relationship with itself to manage line-level crediting and revenue scheduling hierarchies.
-
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_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: ARFV_TAXES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_TAXES, object_name:ARFV_TAXES, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_TAXES ,
-
View: ARFV_TAXES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_TAXES, object_name:ARFV_TAXES, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_TAXES ,
-
View: AR_IDEP_ACTIONS_TAKEN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_IDEP_ACTIONS_TAKEN, object_name:AR_IDEP_ACTIONS_TAKEN, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_IDEP_ACTIONS_TAKEN ,
-
View: AR_IDEP_ACTIONS_TAKEN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_IDEP_ACTIONS_TAKEN, object_name:AR_IDEP_ACTIONS_TAKEN, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_IDEP_ACTIONS_TAKEN ,
-
Table: AR_REVENUE_ADJUSTMENTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_REVENUE_ADJUSTMENTS_ALL, object_name:AR_REVENUE_ADJUSTMENTS_ALL, status:VALID, product: AR - Receivables , description: Stores information about specific revenue adjustments , implementation_dba_data: AR.AR_REVENUE_ADJUSTMENTS_ALL ,
-
Table: AR_REVENUE_ADJUSTMENTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_REVENUE_ADJUSTMENTS_ALL, object_name:AR_REVENUE_ADJUSTMENTS_ALL, status:VALID, product: AR - Receivables , description: Stores information about specific revenue adjustments , implementation_dba_data: AR.AR_REVENUE_ADJUSTMENTS_ALL ,
-
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_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_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: RA_RULES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_RULES, object_name:RA_RULES, status:VALID, product: AR - Receivables , description: Invoicing and accounting rules , implementation_dba_data: AR.RA_RULES ,
-
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: 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 ,
-
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: AR_INTEREST_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTEREST_LINES_ALL, object_name:AR_INTEREST_LINES_ALL, status:VALID, product: AR - Receivables , description: Late Charge lines , implementation_dba_data: AR.AR_INTEREST_LINES_ALL ,
-
Table: RA_CM_REQUEST_LINES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CM_REQUEST_LINES_ALL, object_name:RA_CM_REQUEST_LINES_ALL, status:VALID, product: AR - Receivables , description: Pending and approved credit memo request lines , implementation_dba_data: AR.RA_CM_REQUEST_LINES_ALL ,
-
Table: AR_INTEREST_LINES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTEREST_LINES_ALL, object_name:AR_INTEREST_LINES_ALL, status:VALID, product: AR - Receivables , description: Late Charge lines , implementation_dba_data: AR.AR_INTEREST_LINES_ALL ,
-
Table: AR_GTA_TRX_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_GTA_TRX_LINES_ALL, object_name:AR_GTA_TRX_LINES_ALL, status:VALID, product: AR - Receivables , description: Detail information for GTA invoice and VAT invoice , implementation_dba_data: AR.AR_GTA_TRX_LINES_ALL ,
-
Table: AR_CREDIT_MEMO_AMOUNTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CREDIT_MEMO_AMOUNTS, object_name:AR_CREDIT_MEMO_AMOUNTS, status:VALID, product: AR - Receivables , description: GL dates for credit memos that use invoicing rules to back out revenue , implementation_dba_data: AR.AR_CREDIT_MEMO_AMOUNTS ,
-
Table: RA_CM_REQUEST_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CM_REQUEST_LINES_ALL, object_name:RA_CM_REQUEST_LINES_ALL, status:VALID, product: AR - Receivables , description: Pending and approved credit memo request lines , implementation_dba_data: AR.RA_CM_REQUEST_LINES_ALL ,
-
Table: AR_CREDIT_MEMO_AMOUNTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CREDIT_MEMO_AMOUNTS, object_name:AR_CREDIT_MEMO_AMOUNTS, status:VALID, product: AR - Receivables , description: GL dates for credit memos that use invoicing rules to back out revenue , implementation_dba_data: AR.AR_CREDIT_MEMO_AMOUNTS ,
-
Table: AR_RAMC_AUDIT_TRAIL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RAMC_AUDIT_TRAIL, object_name:AR_RAMC_AUDIT_TRAIL, status:VALID, product: AR - Receivables , description: This maintains revenue related status changes for invoices. , implementation_dba_data: AR.AR_RAMC_AUDIT_TRAIL ,
-
Table: RA_ITEM_EXCEPTION_RATES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_ITEM_EXCEPTION_RATES, object_name:RA_ITEM_EXCEPTION_RATES, status:VALID, product: AR - Receivables , description: Product tax rate exceptions , implementation_dba_data: AR.RA_ITEM_EXCEPTION_RATES ,
-
Table: AR_MEMO_LINES_ALL_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MEMO_LINES_ALL_B, object_name:AR_MEMO_LINES_ALL_B, status:VALID, product: AR - Receivables , description: Standard memo lines for debit memos, on-account credits, debit memo reversals, and chargebacks , implementation_dba_data: AR.AR_MEMO_LINES_ALL_B ,
-
Table: AR_SALES_TAX
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_SALES_TAX, object_name:AR_SALES_TAX, status:VALID, product: AR - Receivables , description: Sales tax information for each tax authority defined in Oracle Receivables , implementation_dba_data: AR.AR_SALES_TAX ,
-
Table: AR_MEMO_LINES_ALL_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MEMO_LINES_ALL_B, object_name:AR_MEMO_LINES_ALL_B, status:VALID, product: AR - Receivables , description: Standard memo lines for debit memos, on-account credits, debit memo reversals, and chargebacks , implementation_dba_data: AR.AR_MEMO_LINES_ALL_B ,
-
Table: AR_SALES_TAX
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_SALES_TAX, object_name:AR_SALES_TAX, status:VALID, product: AR - Receivables , description: Sales tax information for each tax authority defined in Oracle Receivables , implementation_dba_data: AR.AR_SALES_TAX ,
-
Table: AR_INTERIM_CASH_RCPT_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RCPT_LINES_ALL, object_name:AR_INTERIM_CASH_RCPT_LINES_ALL, status:VALID, product: AR - Receivables , description: Temporary table used to store QuickCash payment applications , implementation_dba_data: AR.AR_INTERIM_CASH_RCPT_LINES_ALL ,
-
Table: AR_RAMC_AUDIT_TRAIL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RAMC_AUDIT_TRAIL, object_name:AR_RAMC_AUDIT_TRAIL, status:VALID, product: AR - Receivables , description: This maintains revenue related status changes for invoices. , implementation_dba_data: AR.AR_RAMC_AUDIT_TRAIL ,
-
Table: AR_INTERIM_CASH_RCPT_LINES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RCPT_LINES_ALL, object_name:AR_INTERIM_CASH_RCPT_LINES_ALL, status:VALID, product: AR - Receivables , description: Temporary table used to store QuickCash payment applications , implementation_dba_data: AR.AR_INTERIM_CASH_RCPT_LINES_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: 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: AR_CUSTOMER_CALL_TOPICS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CUSTOMER_CALL_TOPICS_ALL, object_name:AR_CUSTOMER_CALL_TOPICS_ALL, status:VALID, product: AR - Receivables , description: Topic of a customer call , implementation_dba_data: AR.AR_CUSTOMER_CALL_TOPICS_ALL ,
-
Table: AR_CUSTOMER_CALL_TOPICS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CUSTOMER_CALL_TOPICS_ALL, object_name:AR_CUSTOMER_CALL_TOPICS_ALL, status:VALID, product: AR - Receivables , description: Topic of a customer call , implementation_dba_data: AR.AR_CUSTOMER_CALL_TOPICS_ALL ,
-
Table: RA_ITEM_EXCEPTION_RATES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_ITEM_EXCEPTION_RATES, object_name:RA_ITEM_EXCEPTION_RATES, status:VALID, product: AR - Receivables , description: Product tax rate exceptions , implementation_dba_data: AR.RA_ITEM_EXCEPTION_RATES ,
-
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: 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_TAX_EXEMPTIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TAX_EXEMPTIONS_ALL, object_name:RA_TAX_EXEMPTIONS_ALL, status:VALID, product: AR - Receivables , description: Percentage that a customer, site, or item is exempt from a tax code , implementation_dba_data: AR.RA_TAX_EXEMPTIONS_ALL ,
-
Table: AR_LOCATION_VALUES_OLD
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_LOCATION_VALUES_OLD, object_name:AR_LOCATION_VALUES_OLD, status:VALID, product: AR - Receivables , description: Defines the location and description for each of the value sets used in the Sales Tax Location flexfield , implementation_dba_data: AR.AR_LOCATION_VALUES_OLD ,
-
View: ARBV_TAXES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_TAXES, object_name:ARBV_TAXES, status:VALID, product: AR - Receivables , description: This shows detailed tax information associated with transaction line items. , implementation_dba_data: APPS.ARBV_TAXES ,
-
View: ARBV_TAXES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_TAXES, object_name:ARBV_TAXES, status:VALID, product: AR - Receivables , description: This shows detailed tax information associated with transaction line items. , implementation_dba_data: APPS.ARBV_TAXES ,
-
Table: RA_TAX_EXEMPTIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TAX_EXEMPTIONS_ALL, object_name:RA_TAX_EXEMPTIONS_ALL, status:VALID, product: AR - Receivables , description: Percentage that a customer, site, or item is exempt from a tax code , implementation_dba_data: AR.RA_TAX_EXEMPTIONS_ALL ,
-
Table: AR_VAT_TAX_ALL_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_VAT_TAX_ALL_B, object_name:AR_VAT_TAX_ALL_B, status:VALID, product: AR - Receivables , description: Tax codes defined in the Tax Codes and Rates window , implementation_dba_data: AR.AR_VAT_TAX_ALL_B ,
-
Table: AR_VAT_TAX_ALL_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_VAT_TAX_ALL_B, object_name:AR_VAT_TAX_ALL_B, status:VALID, product: AR - Receivables , description: Tax codes defined in the Tax Codes and Rates window , implementation_dba_data: AR.AR_VAT_TAX_ALL_B ,
-
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 ,
-
View: AR_LINE_DEFERRAL_REASONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LINE_DEFERRAL_REASONS_V, object_name:AR_LINE_DEFERRAL_REASONS_V, status:VALID, product: AR - Receivables , description: (Release 12 Only ) , implementation_dba_data: APPS.AR_LINE_DEFERRAL_REASONS_V ,
-
View: AR_LINE_DEFERRAL_REASONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LINE_DEFERRAL_REASONS_V, object_name:AR_LINE_DEFERRAL_REASONS_V, status:VALID, product: AR - Receivables , description: (Release 12 Only ) , implementation_dba_data: APPS.AR_LINE_DEFERRAL_REASONS_V ,
-
Table: RA_RULES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_RULES, object_name:RA_RULES, status:VALID, product: AR - Receivables , description: Invoicing and accounting rules , implementation_dba_data: AR.RA_RULES ,
-
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 ,