Blitz Report History
Description:
History of Blitz Report executions
Parameters
Report Name, Category, Type, Report Name starts with, Submitted by User, Started within Days, Start Date From, Start Date To, Show Parameters, Running or Errored, Request Id, Run Id, Exclude System Reports, Exclude Submissions from User, License Exceeded, Incremental Alert Mode
Used tables
xxen_reports_h, fnd_concurrent_requests, xxen_report_runs, xxen_reports_v, fnd_responsibility_tl, gv$session, fnd_lookup_values, xxen_report_run_param_values
Categories
Dependencies
If you would like to try one of these Oracle EBS SQLs without having Blitz Report installed, note that some of the reports require functions from utility package xxen_util.
Example Report
Report SQL
www.enginatics.com/reports/blitz-report-history/
Blitz Report™ import options
Blitz Report History - Case Study & Technical Analysis
Executive Summary
Blitz Report History is the detailed transaction log of the Blitz Report system. Unlike the “Execution Summary” which aggregates data, this report lists individual execution records. It is the primary tool for troubleshooting specific failed runs, auditing user activity, and analyzing performance at a granular level.
Business Challenge
- Troubleshooting: “My report failed yesterday at 2 PM.” The admin uses this report to find that specific run, see the error message, and view the parameters used.
- Security Audit: “Who ran the ‘Salary Detail’ report last week?”
- Performance Analysis: Identifying exactly which run of a report took 2 hours instead of the usual 2 minutes (e.g., due to a specific parameter combination).
Solution
This report provides a comprehensive view of the XXEN_REPORT_RUNS table, often joined with Oracle’s standard concurrent request tables.
- Status: Shows if a report is Running, Completed, or Errored.
- Parameters: Can optionally show the specific parameters used for each run (
Show Parameters). - SQL Snapshot: Some versions might link to the specific SQL used at runtime.
Technical Architecture
Key Tables
XXEN_REPORT_RUNS: The core execution log.FND_CONCURRENT_REQUESTS: Links the Blitz Report run to the standard Oracle Concurrent Manager request ID.XXEN_REPORT_RUN_PARAM_VALUES: Stores the parameter values entered by the user for that specific run.
Logic
The query lists execution records, sorted by start date. It includes logic to decode the status and link to the user and responsibility context.
Parameters
- Report Name / Category / Type: Standard filters.
- Submitted by User: Audit specific users.
- Started within Days / Date Range: Time window.
- Show Parameters: A toggle to include the parameter string in the output (can make the report wider/slower but essential for debugging).
- Running or Errored: Filter to focus on problem areas.
- Request Id / Run Id: Search for a specific transaction.
Oracle E-Business Suite Reporting Library
We provide an open source Oracle EBS SQLs as a part of operational and project implementation support toolkits for rapid Excel reports generation.
Blitz Report™ is based on Oracle EBS forms technology, and hence requires minimal training. There are no data or performance limitations since the output files are created directly from the database without going through intermediate file formats such as XML.
Blitz Report can be used as BI Publisher and Oracle Discoverer replacement tool. Standard Oracle BI Publisher and Discoverer reports can also be imported into Blitz Report for immediate output to Excel. Typically, reports can be created and version tracked within hours instead of days. The concurrent request output automatically opens upon completion without the need for re-formatting.
The Filters, Columns, Rows and Values fields are used to create and deliver the data in pivot table format with full drill down to details.

The Excel template upload functionality in Blitz Report allows users to create their own layouts by uploading an Excel template with additional sheets and charts, automatically refreshed when the report runs again. This allows to create custom dashboards and more advanced visualizations of report data.

You can download and use Blitz Report free of charge for your first 30 reports.
The installation and implementation process usually takes less than 1 hour; you can refer to our installation and user guides for specific details.
If you would like to optimize your Oracle EBS implementation and or operational reporting you can visit www.enginatics.com to review great ideas and example usage in blog. Or why not try for yourself in our demo environment.
Useful Links
Blitz Report™ – World’s fastest data upload and reporting for Oracle EBS
Oracle Discoverer replacement – importing worksheets into Blitz Report™
Blitz Report™ Questions & Answers
Supply Chain Hub by Blitz Report™
© 2025 Enginatics