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)

Partial Call Graph (max 5 caller/called nodes):
%3 db_string db_string (public) ad_acs_kernel_id_not_cached ad_acs_kernel_id_not_cached ad_acs_kernel_id_not_cached->db_string

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 ]
Show another procedure: