Eu consegui superar esse problema usando
type_obj = connection.gettype('AP_VENDOR_PUB_PKG_R_VENDOR_RE')
obj = type_obj.newobject()
Observe que o nome está limitado a 29 caracteres e o ponto (.) foi substituído por sublinhado (_)
type_obj = connection.gettype('AP_VENDOR_PUB_PKG_R_VENDOR_RE')
obj = type_obj.newobject()