Is there a way to determine in what applications a table is being used.
I am trying to clean up a workspace, and I want to delete some tables, but I don't want to have to go through every single parts of all apps there to figure out if a table is being used or not.
In principle, the tables I want to clear were only used in 1 app (which I inherited), but I have no guarantee that it wasn't used somewhere else...
So, is there an easy way to scan for where tables / views are being used across applications?
Thanks