Hello,

I am maintaining an application that has over 400 procedures and functions written in plsql, and around 100 tables.
I want to generate a function dependency chart to depict the following:

1. Inter function/procedure dependencies
2. function-tables dependencies
3. function-sequences depencies

Is there a standard method of doing this?

Thanks in advance,
Padam.