Skip to the content.

DBA Dependencies (used by) – Oracle EBS SQL Report

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

Overview

Hierarchical report showing all database objects using the specified object, e.g. a certain table and the report shows all the views or packages that are refrencing or depending on the specified table (bottom to top)

Report Parameters

Owner, Object Type, Object Name

Oracle EBS Tables Used

dba_objects, dba_dependencies

Report Categories

Enginatics

DBA Dependencies (uses), DBA Result Cache Objects and Dependencies, DBA Index Columns, DBA Blitz Report ORDS Configuration, DBA SGA Active Session History, DBA ORDS Configuration Validation, DBA Blocking Sessions, DBA Objects

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 DBA Dependencies (used by) 12-Dec-2020 224509.xlsx
Blitz Report™ XML Import DBA_Dependencies_used_by.xml
Full SQL on Enginatics www.enginatics.com/reports/dba-dependencies-used-by/

Executive Summary

The DBA Dependencies (used by) report performs a “Bottom-Up” impact analysis. It answers the critical question: “If I change this object (e.g., a table or view), what else will break?” This is essential for Change Management and risk assessment before applying patches or deploying custom code.

Business Challenge

Solution

This report queries the Oracle Data Dictionary to find all objects that depend on the input object.

Key Features:

Architecture

The report queries DBA_DEPENDENCIES.

Key Tables:

Impact


© 2026 Enginatics