If you are interested in what objects have been created that use a particular table, then look at USER_DEPENDENCIES (or DBA_DEPENDENCIES if other uses may have create view, packages etc which use your tables).

You may need a CONNECT BY query if you want to report on, for example, a package calling a view using the table.