This page provides the query to list all the functional modules and their IDs in the Central database.
SELECT object_id as module_id , object_name as module_name FROM dss_objects WHERE object_type_id = 20000
In this example 54 is the id of functional module - application_new full content_CPP
Enter the SQL query