Skip to the content.

AR Transactions and Lines 11i – Oracle EBS SQL Report

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

Overview

Detail AR transaction report with line level details and special columns for service contracts (OKS) and lease contracts (OKL) data

Report Parameters

Operating Unit, Invoice Number, Transaction Number, Customer Name like, Account Number, Salesperson, Sales Order, Category, Class, Period, Inv. Date From, Inv. Date To, Status, Overdue for more than x Days, Transaction Type, Transaction Class, Print Date from, Print Date to

Oracle EBS Tables Used

ra_customer_trx_all, ar_cons_inv_trx_all, ar_cons_inv_all, ra_customer_trx_lines_all, mtl_system_items_b_kfv, ra_cust_trx_line_gl_dist_all, okc_k_lines_b, okc_k_items, 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, ra_territories_kfv, hz_cust_acct_sites_all, hz_party_sites, ar_receipt_methods, ap_bank_accounts_all, ap_bank_branches, mtl_units_of_measure_tl, jtf_rs_salesreps, jtf_rs_resource_extns_vl, oe_order_lines_all, oe_order_headers_all, oks_bill_txn_lines, oks_bill_cont_lines, oks_bill_sub_lines, oks_bill_sub_line_dtls, cs_counter_values, oks_k_lines_b, cs_counters, cs_counter_groups, mtl_system_items_vl, okc_rules_b, okl_cnsld_ar_strms_b, okc_rule_groups_b, okl_strm_type_b, okl_strm_elements

Report Categories

Enginatics

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_Lines_11i.xml
Full SQL on Enginatics www.enginatics.com/reports/ar-transactions-and-lines-11i/

Case Study & Technical Analysis: AR Transactions and Lines

1. Executive Summary

Business Problem

Accounts Receivable (AR) departments need detailed visibility into customer transactions to manage collections, resolve disputes, and analyze revenue. Standard reports often lack the flexibility to show data at different levels of granularity (Header, Line, Distribution) or to include industry-specific details like Service Contracts (OKS) or Lease Management (OKL). Common challenges include:

Solution Overview

The AR Transactions and Lines report is a versatile, multi-level reporting tool that serves as the “Swiss Army Knife” for AR analysis. It allows users to run the report at the Header level (for aging and balances), Line level (for product and revenue analysis), or Distribution level (for accounting reconciliation). It enriches standard AR data with critical context from Order Management, Service Contracts, and Payments.

Key Benefits

2. Technical Analysis

Core Tables and Views

The report queries the core AR transaction tables and links to several peripheral modules:

SQL Logic and Data Flow

The SQL uses a modular approach with lexical parameters (&line_columns, &distribution_columns) to dynamically adjust the query based on the user’s selected “Display Level”.

Integration Points

3. Functional Capabilities

Reporting Dimensions

Key Parameters

4. Implementation Considerations

Performance

Best Practices


© 2026 Enginatics