I recently inherited a large apex application, and am getting requests to make changes to it. I would like to ensure that any changes that I might make to a table or a column of a table will only affect the application pages that I believe are involved. However, the application is large, and I'm assuming that it is possible for other pages may reference the same column or table, and that I would be unaware of those references (at least, until after it breaks once I change the column or table).
My question is this: Is there a built-in report, or a way to query apex, that will tell me ALL the references that an application makes to a particular table or column? That way I could correct all the pages in the application, instead of waiting for it to break.
Thanks!
John