Skip to the content.

AR Transactions and Payments – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

Detail AR customer billing history including payments / cash receipts, excluding any entered or incomplete transactions.

Report Parameters

Ledger, Operating Unit, Transaction Class, Transaction Type, Category, Period, Inv. Date From, Inv. Date To, State, Status, Overdue for more than x Days, Customer Name, Account Number, Invoice Number, Transaction Number, Print Date from, Print Date to, Revaluation Currency, Revaluation Rate Type, Revaluation Date

Oracle EBS Tables Used

ar_receivable_applications_all, ra_customer_trx_all, ar_cons_inv_trx_all, ar_cons_inv_all, gl_daily_conversion_types, gl_daily_rates, gl_ledgers, hr_operating_units, ar_payment_schedules_all, oe_sys_parameters_all, ra_batch_sources_all, ra_cust_trx_types_all, ra_terms_tl, hz_cust_accounts, hz_parties, hz_cust_site_uses_all, hz_cust_acct_sites_all, hz_party_sites, jtf_rs_salesreps, jtf_rs_resource_extns_tl, ar_cash_receipts_all, ar_cash_receipt_history_all, ce_bank_acct_uses_all, ce_bank_accounts, hz_relationships, hz_organization_profiles, &gl_period_statuses, xle_entity_profiles, ar_receipt_methods, iby_fndcpt_pmt_chnnls_tl, iby_fndcpt_tx_extensions, fnd_application, iby_pmt_instr_uses_all, iby_ext_bank_accounts, iby_creditcard

Report Categories

Enginatics, R12 only

Running This SQL Without Blitz Report

Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.

Download & Import Options

Resource Link
Excel Example Output AR Transactions and Payments 04-Oct-2021 211221.xlsx
Blitz Report™ XML Import AR_Transactions_and_Payments.xml
Full SQL on Enginatics www.enginatics.com/reports/ar-transactions-and-payments/

Case Study & Technical Analysis: AR Transactions and Payments

1. Executive Summary

Business Problem

Managing the full lifecycle of customer billing and collections requires a unified view of both invoices (debits) and payments (credits). Standard Oracle reports often separate these into “Transaction Registers” and “Receipt Registers,” forcing analysts to manually merge data to see the complete picture of a customer’s account. This fragmentation leads to:

Solution Overview

The AR Transactions and Payments report provides a consolidated, transactional view of the customer sub-ledger. It combines Invoices, Credit Memos, Debit Memos, and Cash Receipts into a single dataset. Crucially, it includes logic to show which invoices were paid by which receipts (and vice versa), providing a clear audit trail of the “Application” process. This report is the definitive source for analyzing customer account history and open balances.

Key Benefits

2. Technical Analysis

Core Tables and Views

The report queries the central AR payment schedule and transaction tables:

SQL Logic and Data Flow

The SQL is built around the AR_PAYMENT_SCHEDULES_ALL table, which acts as the unifying entity for all AR activity.

Integration Points

3. Functional Capabilities

Reporting Dimensions

Key Parameters

4. Implementation Considerations

Performance

Best Practices


© 2026 Enginatics