apm_highest_version (public)

 apm_highest_version package_key

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

Return the highest version of the indicated package.

Parameters:
package_key
Returns:
the version_id of the highest installed version of a package.

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-admin/www/apm/package-instances.tcl packages/acs-admin/ www/apm/package-instances.tcl apm_highest_version apm_highest_version packages/acs-admin/www/apm/package-instances.tcl->apm_highest_version packages/acs-admin/www/install/install-3.tcl packages/acs-admin/ www/install/install-3.tcl packages/acs-admin/www/install/install-3.tcl->apm_highest_version

Testcases:
No testcase defined.
Source code:
    return [acs::dc call apm_package highest_version -package_key $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: