apm_build_package_relationships (public)

 apm_build_package_relationships

Defined in packages/acs-tcl/tcl/apm-procs.tcl

Builds the nsv dependency and ancestor structures.

Testcases:
No testcase defined.
Source code:
    foreach package_key [apm_enabled_packages] {
        apm_build_one_package_relationships $package_key
    }
Generic XQL file:
packages/acs-tcl/tcl/apm-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: