Skip to the content.

Blitz Report Assignments and Responsibilities – Oracle EBS SQL Report

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

Overview

Lists all responsibilities, users, and the bitz reports that they can access, presumed they had their Blitz Report Access profile option set to ‘User’

Report Parameters

Responsibility Name, Report Name, Category, User Name, Show Users

Oracle EBS Tables Used

fnd_profile_option_values, fnd_profile_options, fnd_user_resp_groups, fnd_user, fnd_responsibility, fnd_form_functions, fnd_compiled_menu_functions, per_security_profiles, hr_operating_units, per_organization_list, xroac, xxen_report_assignments, xxen_reports_v, fnd_responsibility_vl, fnd_application_vl

Report Categories

Enginatics

FND Responsibility Access, FND Responsibility Access 11i, FND User Login History, FND Responsibilities, INV Items, CAC Intercompany SO Price List vs. Item Cost Comparison, INV Item Upload, AR Customer 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 Blitz Report Assignments and Responsibilities 14-Oct-2023 123917.xlsx
Blitz Report™ XML Import Blitz_Report_Assignments_and_Responsibilities.xml
Full SQL on Enginatics www.enginatics.com/reports/blitz-report-assignments-and-responsibilities/

Blitz Report Assignments and Responsibilities - Case Study & Technical Analysis

Executive Summary

Blitz Report Assignments and Responsibilities is a security matrix report. Unlike the standard “Assignments” report which lists the rules defined in the system, this report explodes those rules to show the effective access for every user. It answers the question: “Which users can run which reports, and through which responsibilities?”

Business Challenge

Solution

This report joins the Blitz Report assignment rules with the Oracle EBS User and Responsibility tables (FND_USER, FND_USER_RESP_GROUPS). It provides a flattened view of access rights.

Technical Architecture

This report performs a complex join between the Blitz Report security model and the Oracle FND security model.

Key Tables & Joins

Logic

  1. Identify Assignments: Finds all active report assignments.
  2. Expand Responsibilities: For responsibility-level assignments, it finds all valid users who hold that responsibility within the active date range.
  3. Profile Check: It verifies that the user has the necessary profile options enabled to access the Blitz Report form.

Parameters

FAQ

Q: Why does a user appear in this report but cannot see the report in Oracle? A: Check the “Effective Dates” on their responsibility assignment. Also, ensure the Blitz Report Access profile option is set correctly for that user or responsibility.

Q: Does this include “Site” level assignments? A: Yes, if a report is assigned at the Site level, it is technically available to all users, and this report should reflect that breadth of access.


© 2026 Enginatics