Skip to the content.

AR Transactions and Payments 11i – 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, excluding any entered or incomplete transactions.

Report Parameters

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

Oracle EBS Tables Used

ar_receivable_applications_all, ra_customer_trx_all, ar_cons_inv_trx_all, ar_cons_inv_all, hr_all_organization_units_vl, 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, fnd_lookup_values, jtf_rs_salesreps, jtf_rs_resource_extns_tl, ar_cash_receipts_all, ar_cash_receipt_history_all, ap_bank_accounts_all, ap_bank_branches, ar_receipt_methods

Report Categories

Enginatics

AR Transactions and Payments, AR Transactions and Lines 11i, AR Transactions and Lines, GL Account Analysis

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 None
Blitz Report™ XML Import AR_Transactions_and_Payments_11i.xml
Full SQL on Enginatics www.enginatics.com/reports/ar-transactions-and-payments-11i/

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