apm_file_type_keys

one of the documented procedures in this installation of the ACS
Usage:
apm_file_type_keys
What it does:
Returns a list of valid file type keys.
Defined in: /web/philip/packages/acs-core/apm-procs.tcl

Source code:


    return [util_memoize [list db_list "select file_type_key from apm_package_file_types"]]


philg@mit.edu