List of Object Types
The following query lists all the objecttypes based on Project.
The results of the query are used to populate the Project Object drop down list in the Project Locks report.
SELECT DISTINCT name
FROM objecttype
WHERE classtype = 20
ORDER BY name ASC;