apm_package_key_from_id (public)

 apm_package_key_from_id package_id

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

Parameters:
package_id (required)
Returns:
The package key of the instance.

Testcases:
No testcase defined.
Source code:
    return [acs::per_thread_cache eval -key acs-tcl.apm_package_key_from_id($package_id) {
        db_string apm_package_key_from_id {
            select package_key from apm_packages where package_id = :package_id
        } -default ""
    }]
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: