Skip to the content.

AR European Sales Listing – Oracle EBS SQL Report

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

Overview

Summary report listing sales by country and currency code, with transaction amount / currency and accounted amount/ currency

Report Parameters

Detail/Summary, Ledger, From Date, To Date, Branch (to which remitted), Site Reported, EU Countries Only

Oracle EBS Tables Used

hz_cust_acct_sites, hz_party_sites, hz_locations, hz_cust_acct_sites_all, fnd_territories_vl, xle_etb_profiles, zx_party_tax_profile, zx_registrations, gl_ledgers, hr_operating_units, ra_customer_trx_all, ra_cust_trx_types_all, ra_customer_trx_lines_all, ra_cust_trx_line_gl_dist_all, hz_cust_site_uses_all, mo_glob_org_access_tmp, dual

Report Categories

Enginatics

AR Customer Upload, AR Customers and Sites, ZX Party Tax Profiles, AP Supplier Upload

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 European Sales Listing 25-Jul-2017 120805.xlsx
Blitz Report™ XML Import AR_European_Sales_Listing.xml
Full SQL on Enginatics www.enginatics.com/reports/ar-european-sales-listing/

AR European Sales Listing - Case Study & Technical Analysis

Executive Summary

The AR European Sales Listing (often referred to as the EC Sales List or ESL) is a critical compliance report for organizations trading within the European Union. It summarizes sales of goods and services to VAT-registered customers in other EU member states. This report facilitates the preparation of statutory declarations required by tax authorities to monitor cross-border trade and combat VAT fraud.

Business Challenge

EU VAT laws require businesses to submit periodic statements listing the total value of supplies made to each customer in other EU countries.

Solution

The AR European Sales Listing report automates the data gathering process:

Technical Architecture

The report integrates financial transaction data with the Tax and Trading Community Architecture (TCA) models.

Key Tables & Joins

Logic

  1. Scope: Selects AR transactions (Invoices, Credit Memos, Debit Memos) within the date range.
  2. Location Check: Checks the country code of the Ship-To address. If “EU Countries Only” is selected, it filters against a list of EU member state codes.
  3. Tax Calculation: Aggregates the net transaction amounts (excluding VAT) as ESL reporting typically requires the net value of supplies.
  4. Currency: Reports both the entered currency amount and the accounted (ledger) currency amount.

Parameters

FAQ

Q: Does this report include VAT amounts? A: Typically, the EC Sales List requires the value of supplies (Net Amount), not the VAT amount itself, as the customer accounts for the VAT (Reverse Charge mechanism).

Q: How are Credit Memos handled? A: Credit Memos are subtracted from the total sales value for the period. If the net total is negative, it is reported as such (depending on specific country rules).

Q: Why is a customer missing from the report? A: Ensure the customer has a valid “Ship-To” address in an EU country and that the transaction date falls within the selected range. Also, verify that the customer has a VAT number defined in their Tax Profile.


© 2026 Enginatics