Karthik G

Karthik G

  • NA
  • 16
  • 3.8k

Dependent nested sp's

May 5 2016 1:55 AM

orite

Is it possible to write a PL/SQL query/procedure to identify a complete list of a stored procedures dependencies? I'm only interested in identifying other stored procedures and I'd prefer not to limit the depth of nesting that it gets too either. For example, if A calls B, which calls C, which calls D, I'd want B, C and D reported as dependencies for A.


Answers (7)