Generate a Reverse Call Graph for Oracle PL/SQL

Refer to this article for Reverse Call graphs definition and usages.

  • Select a Oracle or PL/SQL Object.
    This will be the starting point of your Graph.
    Select PB Method or Object for Reverse Call Graph
  • In the navigation bar, Click on [Impact Analysis - Reverse Call Graph]
    Reverse Call Graph Button
  • The result is displayed as a treeview.
    If you select an item, references to callees are highlighted in its code.
    Reverse Call Graph Button
This example shows a Stored Procedure called by a Trigger. This trigger is executed when the table “Employee” is updated. This Table is Updated by the procedure “UpdateEmployeeName”, etc.

 

See Also

Visual Expert 2021, PowerBuilder, Code Analysis, Impact Analysis, Cross References