Use the below query to find the template used during project creation.
select object_id
project_id,src_object_id
template_id
from ODF_OBJECT_COPY_FLAT
where object_code='project'
from ODF_OBJECT_COPY_FLAT
where object_code='project'
Happy coding.
Bala