Skip to the content.

AP Open Items Revaluation – Oracle EBS SQL Report

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

Overview

Imported from BI Publisher Description: Open Items Revaluation Report Application: Payables Source: Open Items Revaluation Report (XML) Short Name: APOPITRN DB package: AP_OPEN_ITEMS_REVAL_PKG

Report Parameters

Operating Unit, Report Format, Revaluation Period, Include Up to Due Date, Rate Type, Daily Rate Type, Daily Rate Date, Balancing Segment Low, Balancing Segment High, Transferred to GL only, Cleared only

Oracle EBS Tables Used

gl_ledgers, hr_all_organization_units, ap_open_items_reval_gt, ap_invoice_payments_all, ap_checks_all, xla_transaction_entities, xla_ae_headers, xla_ae_lines, ap_invoice_distributions_all, xla_distribution_links

Report Categories

BI Publisher, 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 AP Open Items Revaluation 30-Oct-2020 191455.xlsx
Blitz Report™ XML Import AP_Open_Items_Revaluation.xml
Full SQL on Enginatics www.enginatics.com/reports/ap-open-items-revaluation/

Case Study & Technical Analysis: AP Open Items Revaluation

1. Executive Summary

Business Problem

In a multi-currency environment, the value of unpaid invoices fluctuates with exchange rates. Accounting standards require these “monetary liabilities” to be revalued at the closing rate of each financial period. The difference between the booked rate and the closing rate represents an “Unrealized Gain or Loss.” Finance teams need a detailed schedule to substantiate this GL entry and to analyze currency exposure.

Solution Overview

The AP Open Items Revaluation report is the standard tool for this analysis. It lists every open foreign currency invoice, its original exchange rate, the new period-end rate, and the resulting variance. Unlike the legacy “Balances” report, this version is optimized for the Subledger Accounting (SLA) architecture, providing a direct link between the operational invoice and the financial impact.

Key Benefits

2. Technical Analysis

Core Tables and Views

SQL Logic and Data Flow

  1. Initialization: The user runs the report, which triggers a PL/SQL package to calculate open balances and populate AP_OPEN_ITEMS_REVAL_GT.
  2. Extraction: The Blitz Report SQL queries this GT table.
  3. Enrichment: It joins to HR_ALL_ORGANIZATION_UNITS for Operating Unit names and GL_LEDGERS for Ledger context.
  4. Formatting: The query formats the output to show Original_Rate, Revaluation_Rate, and Unrealized_Gain_Loss.

Integration Points

3. Functional Capabilities

Parameters & Filtering

Performance & Optimization

4. FAQ

Q: Does this report create accounting entries? A: No, this is a reporting tool. The actual GL Revaluation journal is created by the “Revalue Balances” program in the General Ledger module. This report explains why that journal has that value.

Q: What happens if an invoice is partially paid? A: The report calculates revaluation only on the remaining unpaid portion of the invoice.

Q: Why is the “Unrealized Gain/Loss” zero for some lines? A: If the exchange rate hasn’t changed between the invoice date and the revaluation date, or if the invoice is in the functional currency, the variance is zero.


© 2026 Enginatics