Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

layout default
title DIS Discoverer and Blitz Report Users | Oracle EBS SQL Report
description Shows the user adoption for companies replacing Discoverer with Blitz Report in a phased approach. The report shows the number of Discoverer worksheets…
keywords Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, DIS, Discoverer, Blitz, Report, fnd_user, eul5_qpp_stats
permalink /DIS%20Discoverer%20and%20Blitz%20Report%20Users/

DIS Discoverer and Blitz Report Users – Oracle EBS SQL Report

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

Overview

Shows the user adoption for companies replacing Discoverer with Blitz Report in a phased approach. The report shows the number of Discoverer worksheets and Blitz Report executed every month per user, to help identifying the users still using Discoverer instead of Blitz Report.

Report Parameters

Accessed within Days, Accessed After, End User Layer

Oracle EBS Tables Used

fnd_user, eul5_qpp_stats

Report Categories

Enginatics

Related Reports

DIS Access Privileges, DIS Workbook Export Script, DIS Users, DIS Workbooks, Folders, Items and LOVs, DIS Worksheet SQLs, DIS Business Areas, DIS Worksheet Execution Summary, DIS Worksheet Execution History, DIS Workbook Import Validation

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 DIS Discoverer and Blitz Report Users 14-Jan-2024 195259.xlsx
Blitz Report™ XML Import DIS_Discoverer_and_Blitz_Report_Users.xml
Full SQL on Enginatics www.enginatics.com/reports/dis-discoverer-and-blitz-report-users/

Case Study & Technical Analysis

Abstract

The DIS Discoverer and Blitz Report Users report is a strategic migration tool designed for organizations transitioning from Oracle Discoverer to Blitz Report. It provides a comparative view of user adoption, tracking the number of reports executed in both systems over time. This helps project managers monitor the "sunset" of Discoverer and the uptake of the new solution.

Technical Analysis

Core Logic

  • Discoverer Usage: Queries EUL5_QPP_STATS to count worksheet executions per user/month.
  • Blitz Report Usage: Queries XXEN_REPORT_RUNS (implied context) to count Blitz Report executions.
  • Comparison: Aligns the data by user and period to show trends.

Key Tables

  • FND_USER: The master list of application users.
  • EUL5_QPP_STATS: The source of Discoverer usage history.

Operational Use Cases

  • Adoption Tracking: "Are users actually running the new Blitz Reports we built for them?"
  • Intervention: Identifying users who are exclusively using Discoverer and may need additional training or support.
  • Decommissioning: Determining when Discoverer usage has dropped low enough to justify turning off the server.

Useful Links

© 2026 Enginatics