A solution was found.
See if there is a line in the acs_object_type.create_type
call such as this:
package_name => 'NAME'
For some reason, this line allows only one object type to be created for that package name. I removed it from my calls and the error does not occur.
Dave