Skip to the content.

DBA Dependencies (uses) – Oracle EBS SQL Report

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

Overview

Hierarchical report showing all dependent database objects that a specified object, e.g. a view or package name uses or depends on (top to bottom)

Report Parameters

Owner, Object Type, Object Name

Oracle EBS Tables Used

dba_objects, dba_dependencies

Report Categories

Enginatics

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

Executive Summary

The DBA Dependencies (uses) report performs a “Top-Down” dependency analysis. It answers the question: “What does this object rely on?” This is crucial for understanding the complexity of a view or package, or for migrating code between environments (ensuring all prerequisites are moved).

Business Challenge

Solution

This report lists all objects that are referenced by the input object.

Key Features:

Architecture

The report queries DBA_DEPENDENCIES.

Key Tables:

Impact


© 2026 Enginatics