ad_acs_kernel_id_not_cached (private)

 ad_acs_kernel_id_not_cached

Defined in packages/acs-tcl/tcl/request-processor-procs.tcl

Returns the package_id of the kernel. (not cached)

Testcases:
No testcase defined.
Source code:
    return [db_string acs_kernel_id_get {
        select package_id from apm_packages where package_key = 'acs-kernel'
    } -default 0]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: