SYS.ALL_DEPENDENCIES
The ALL_DEPENDENCIES view describes dependencies between procedures, packages, functions, and package bodies accessible to the current user. 
                  
Related views
- 
                        SYS.DBA_DEPENDENCIESdescribes all dependencies between objects in the database.
- 
                        SYS.USER_DEPENDENCIESdescribes dependencies between objects that are owned by the current user.
Columns
| Column name | Type | Description | 
|---|---|---|
| 
 | 
 | Object owner | 
| 
 | 
 | Object name | 
| 
 | 
 | Object type | 
| 
 | 
 | Owner of the referenced object | 
| 
 | 
 | Name of the referenced object | 
| 
 | 
 | Type of the referenced object | 
| 
 | 
 | Unused (Column unused by TimesTen. Ignore value.) | 
| 
 | 
 | 
 
 |