Skip to the content.

AR Unapplied Receipts Register – Oracle EBS SQL Report

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

Overview

Detail unapplied receipts report with receipt number, date and amount

Report Parameters

Ledger, Operating Unit, As of GL Date, Receipt GL Date Low, Receipt GL Date High, Application GL Date Low, Application GL Date High, Receipt Last Updated From, Receipt Last Updated To, Entered Currency, Customer Name, Customer Number, Batch Name, Batch Source Name, Receipt Number Low, Receipt Number High, Revaluation Currency, Revaluation Rate Type, Revaluation Date, Show Receipt DFF Segments

Oracle EBS Tables Used

ar_receivable_applications_all, gl_daily_conversion_types, gl_daily_rates, gl_ledgers, hr_operating_units, ar_payment_schedules_all, hz_cust_accounts, hz_parties, hz_cust_site_uses_all, hz_cust_acct_sites_all, hz_party_sites, hz_locations, fnd_territories_vl, hz_customer_profiles, ar_collectors, ar_receipt_methods, gl_code_combinations, ar_cash_receipts_all, ar_cash_receipt_history_all, ar_batches_all, ar_batch_sources_all, ce_bank_accounts, ce_bank_acct_uses_all, ce_bank_branches_v, mo_glob_org_access_tmp, dual

Report Categories

Enginatics, R12 only

AR Open Balances Revaluation, AR Receipt Register, AR Aging

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 Unapplied Receipts Register 18-Jul-2023 085905.xlsx
Blitz Report™ XML Import AR_Unapplied_Receipts_Register.xml
Full SQL on Enginatics www.enginatics.com/reports/ar-unapplied-receipts-register/

AR Unapplied Receipts Register - Case Study & Technical Analysis

Executive Summary

The AR Unapplied Receipts Register is a primary operational report for the Cash Application team. It identifies all customer payments that have been recorded in the system but not yet fully applied to specific invoices. Reducing the volume and value of unapplied receipts is a critical Key Performance Indicator (KPI) for the Accounts Receivable department, as it directly impacts the accuracy of customer aging and the efficiency of the collections process.

Business Challenge

“Unapplied Cash” represents a disconnect in the Order-to-Cash cycle.

Solution

The AR Unapplied Receipts Register serves as a worklist for resolving these items:

Technical Architecture

The report focuses on the “Open” portion of the payment schedules associated with receipts.

Key Tables & Joins

Logic

  1. Selection: Finds receipts where the unapplied amount is not zero.
  2. As-Of Logic: If an “As of Date” is provided, the report must reconstruct the balance. It takes the current balance and “rolls back” any applications that happened after the As-Of Date to show what the balance was at that point in time.
  3. Exclusion: Typically excludes “Reversed” receipts, as they are no longer valid assets.

Parameters

FAQ

Q: What is the difference between “Unapplied” and “On Account”?

Q: Why does the report show a receipt that I applied yesterday? A: If you run the report with an “As of Date” from last week, it will show the receipt as unapplied because it was unapplied at that time.

Q: How do I clear items from this report? A: You must “Apply” the receipt to an invoice, a debit memo, or refund it to the customer. Once the AMOUNT_DUE_REMAINING on the receipt becomes zero, it drops off the list.


© 2026 Enginatics