Search Results ra_customer_trx_all
Overview
The RA_CUSTOMER_TRX_ALL table is the central transactional header table within Oracle E-Business Suite Receivables (AR) for versions 12.1.1 and 12.2.2. It serves as the master repository for all customer-facing transaction documents, including invoices, debit memos, chargebacks, commitments, and credit memos. As a multi-organization enabled table (indicated by the "_ALL" suffix), it stores data for all operating units, making it the primary source for querying and reporting on the complete lifecycle of a transaction from its creation. Its role is fundamental to the AR module's core functions of billing, revenue recognition, and collections.
Key Information Stored
The table's primary key is CUSTOMER_TRX_ID, a unique system-generated identifier for each transaction header. A unique key constraint also exists on the combination of BATCH_SOURCE_ID and TRX_NUMBER, enforcing business-level uniqueness for transaction numbers within a given source. Key columns define the transaction's business context: CUST_TRX_TYPE_ID classifies the document type; BILL_TO_CUSTOMER_ID, SHIP_TO_CUSTOMER_ID, and their related site use and contact IDs define the customer and location; TERM_ID governs payment terms; and PRIMARY_SALESREP_ID captures the responsible party. Critical financial attributes include INVOICE_CURRENCY_CODE, the document currency, and POSTING_CONTROL_ID, which links to the AR_POSTING_CONTROL table for tracking General Ledger transfer status. The table also supports document relationships through columns like PREVIOUS_CUSTOMER_TRX_ID and INITIAL_CUSTOMER_TRX_ID for credit memos and adjustments.
Common Use Cases and Queries
This table is integral for operational reporting, data extracts, and troubleshooting. Common use cases include generating open invoice listings, analyzing transaction volumes by type or customer, and creating audit trails for document sequences. A fundamental query pattern joins to related detail and customer tables:
- Retrieving a basic transaction header:
SELECT trx_number, bill_to_customer_id, invoice_currency_code, term_id FROM ra_customer_trx_all WHERE customer_trx_id = :p_trx_id; - Listing invoices for a customer:
SELECT rct.trx_number, rct.creation_date, rcttt.name type_name, rct.invoice_currency_code, rct.term_id FROM ra_customer_trx_all rct, ra_cust_trx_types_all rcttt WHERE rct.bill_to_customer_id = :p_cust_id AND rct.cust_trx_type_id = rcttt.cust_trx_type_id AND rcttt.type = 'INV'; - Analyzing transaction posting status:
SELECT posting_control_id, COUNT(*) FROM ra_customer_trx_all WHERE creation_date > SYSDATE - 30 GROUP BY posting_control_id;
Related Objects
RA_CUSTOMER_TRX_ALL has extensive relationships with other core AR and Trading Community Architecture (TCA) objects. The primary child table is RA_CUSTOMER_TRX_LINES_ALL, which stores the line-level details for each header. For customer and site information, it references HZ_CUST_ACCOUNTS, HZ_CUST_SITE_USES_ALL, and HZ_CUST_ACCOUNT_ROLES. Transaction types are defined in RA_CUST_TRX_TYPES_ALL. The table is also referenced by key interfaces and summary tables, such as RA_CUST_TRX_LINE_GL_DIST_ALL for accounting distributions. For programmatic access, the AR_INVOICE_API_PUB package provides public APIs for creating and updating transactions, which internally manipulate this table.
-
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 ,
-
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 ,
-
Table: HZ_CUST_ACCT_SITES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCT_SITES_ALL, object_name:HZ_CUST_ACCT_SITES_ALL, status:VALID, product: AR - Receivables , description: Stores all customer account sites across all operating units , implementation_dba_data: AR.HZ_CUST_ACCT_SITES_ALL ,
-
Table: HZ_CUST_ACCOUNT_ROLES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNT_ROLES, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID, product: AR - Receivables , description: Roles that parties perform in customer accounts , implementation_dba_data: AR.HZ_CUST_ACCOUNT_ROLES ,
-
Table: HZ_CUST_ACCOUNT_ROLES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNT_ROLES, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID, product: AR - Receivables , description: Roles that parties perform in customer accounts , implementation_dba_data: AR.HZ_CUST_ACCOUNT_ROLES ,
-
Table: HZ_CUST_ACCT_SITES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCT_SITES_ALL, object_name:HZ_CUST_ACCT_SITES_ALL, status:VALID, product: AR - Receivables , description: Stores all customer account sites across all operating units , implementation_dba_data: AR.HZ_CUST_ACCT_SITES_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 ,
-
Table: RA_CM_REQUESTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CM_REQUESTS_ALL, object_name:RA_CM_REQUESTS_ALL, status:VALID, product: AR - Receivables , description: Pending and approved credit memo requests , implementation_dba_data: AR.RA_CM_REQUESTS_ALL ,
-
Table: RA_CM_REQUESTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CM_REQUESTS_ALL, object_name:RA_CM_REQUESTS_ALL, status:VALID, product: AR - Receivables , description: Pending and approved credit memo requests , implementation_dba_data: AR.RA_CM_REQUESTS_ALL ,
-
Table: HZ_CUST_SITE_USES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_SITE_USES_ALL, object_name:HZ_CUST_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Stores business purposes assigned to customer account sites. , implementation_dba_data: AR.HZ_CUST_SITE_USES_ALL ,
-
View: AR_IDEP_COMMITMENT_USAGE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_IDEP_COMMITMENT_USAGE, object_name:AR_IDEP_COMMITMENT_USAGE, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_IDEP_COMMITMENT_USAGE ,
-
View: AR_IDEP_COMMITMENT_USAGE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_IDEP_COMMITMENT_USAGE, object_name:AR_IDEP_COMMITMENT_USAGE, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_IDEP_COMMITMENT_USAGE ,
-
Table: HZ_CUST_SITE_USES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_SITE_USES_ALL, object_name:HZ_CUST_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Stores business purposes assigned to customer account sites. , implementation_dba_data: AR.HZ_CUST_SITE_USES_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.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 ,
-
View: AR_INV_ACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INV_ACT_V, object_name:AR_INV_ACT_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_INV_ACT_V ,
-
View: AR_INV_ACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INV_ACT_V, object_name:AR_INV_ACT_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_INV_ACT_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 ,
-
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 ,
-
View: AR_GTA_GT_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_GTA_GT_HEADERS_V, object_name:AR_GTA_GT_HEADERS_V, status:VALID, product: AR - Receivables , description: Header level information for gta invoice , implementation_dba_data: APPS.AR_GTA_GT_HEADERS_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 ,
-
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: 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_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_OEX_CM_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_CM_VIEW, object_name:AR_OEX_CM_VIEW, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_OEX_CM_VIEW ,
-
View: AR_OEX_CM_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_CM_VIEW, object_name:AR_OEX_CM_VIEW, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_OEX_CM_VIEW ,
-
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: HZ_CUST_ACCOUNTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNTS, object_name:HZ_CUST_ACCOUNTS, status:VALID, product: AR - Receivables , description: Stores information about customer accounts. , implementation_dba_data: AR.HZ_CUST_ACCOUNTS ,
-
Table: HZ_CUST_ACCOUNTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNTS, object_name:HZ_CUST_ACCOUNTS, status:VALID, product: AR - Receivables , description: Stores information about customer accounts. , implementation_dba_data: AR.HZ_CUST_ACCOUNTS ,
-
Table: AR_INTEREST_HEADERS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTEREST_HEADERS_ALL, object_name:AR_INTEREST_HEADERS_ALL, status:VALID, product: AR - Receivables , description: Late Charge headers , implementation_dba_data: AR.AR_INTEREST_HEADERS_ALL ,
-
Table: AR_INTEREST_HEADERS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTEREST_HEADERS_ALL, object_name:AR_INTEREST_HEADERS_ALL, status:VALID, product: AR - Receivables , description: Late Charge headers , implementation_dba_data: AR.AR_INTEREST_HEADERS_ALL ,
-
Table: AR_NOTES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_NOTES, object_name:AR_NOTES, status:VALID, product: AR - Receivables , description: Memopad information for customer calls , implementation_dba_data: AR.AR_NOTES ,
-
Table: AR_NOTES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_NOTES, object_name:AR_NOTES, status:VALID, product: AR - Receivables , description: Memopad information for customer calls , implementation_dba_data: AR.AR_NOTES ,
-
Table: RA_TERRITORIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERRITORIES, object_name:RA_TERRITORIES, status:VALID, product: AR - Receivables , description: Territory information , implementation_dba_data: AR.RA_TERRITORIES ,
-
Table: RA_TERRITORIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERRITORIES, object_name:RA_TERRITORIES, status:VALID, product: AR - Receivables , description: Territory information , implementation_dba_data: AR.RA_TERRITORIES ,
-
Table: AR_MC_PAYMENT_SCHEDULES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_PAYMENT_SCHEDULES, object_name:AR_MC_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: Currency-related information about all transactions except adjustments and miscellaneous cash receipts , implementation_dba_data: AR.AR_MC_PAYMENT_SCHEDULES ,
-
Table: AR_BPA_TEMPLATES_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BPA_TEMPLATES_B, object_name:AR_BPA_TEMPLATES_B, status:VALID, product: AR - Receivables , description: Release 11i: Used by Bill Presentment Architecture , implementation_dba_data: AR.AR_BPA_TEMPLATES_B ,
-
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: AR_MC_TRANSACTION_HISTORY
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_TRANSACTION_HISTORY, object_name:AR_MC_TRANSACTION_HISTORY, status:VALID, product: AR - Receivables , description: Stores posting-related information about transaction history lines for each reporting set of books associated with the parent record. , implementation_dba_data: AR.AR_MC_TRANSACTION_HISTORY ,
-
View: AR_ADJ_INF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJ_INF_V, object_name:AR_ADJ_INF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_ADJ_INF_V ,
-
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_MC_TRANSACTION_HISTORY
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_TRANSACTION_HISTORY, object_name:AR_MC_TRANSACTION_HISTORY, status:VALID, product: AR - Receivables , description: Stores posting-related information about transaction history lines for each reporting set of books associated with the parent record. , implementation_dba_data: AR.AR_MC_TRANSACTION_HISTORY ,
-
Table: AR_BPA_TEMPLATES_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BPA_TEMPLATES_B, object_name:AR_BPA_TEMPLATES_B, status:VALID, product: AR - Receivables , description: Release 11i: Used by Bill Presentment Architecture , implementation_dba_data: AR.AR_BPA_TEMPLATES_B ,
-
Table: AR_MC_PAYMENT_SCHEDULES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_PAYMENT_SCHEDULES, object_name:AR_MC_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: Currency-related information about all transactions except adjustments and miscellaneous cash receipts , implementation_dba_data: AR.AR_MC_PAYMENT_SCHEDULES ,
-
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 ,
-
View: AR_ADJ_INF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJ_INF_V, object_name:AR_ADJ_INF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_ADJ_INF_V ,
-
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: 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 ,