The composite_p attribute for acs_object_type.create_type() was missing
This fixes in essence the following errors. acs_rel_type.create_ty…
Show more
The composite_p attribute for acs_object_type.create_type() was missingThis fixes in essence the following errors. acs_rel_type.create_type ( *ERROR at line 35:ORA-06550: line 35, column 2:PLS-00306: wrong number or types of arguments in call to 'CREATE_TYPE'ORA-06550: line 35, column 2:PL/SQL: Statement ignoredORA-06550: line 54, column 2:PLS-00306: wrong number or types of arguments in call to 'CREATE_TYPE'ORA-06550: line 54, column 2:PL/SQL: Statement ignoredORA-06550: line 70, column 2:PLS-00306: wrong number or types of arguments in call to 'CREATE_TYPE'ORA-06550: line 70, column 2:PL/SQL: Statement ignoredNo errorsinsert into group_type_rels*ERROR at line 1:ORA-02291: integrity constraint (OPENACS.GROUP_TYPE_RELS_GROUP_TYPE_FK)violated - parent key not foundinsert into group_type_rels*ERROR at line 1:ORA-02291: integrity constraint (OPENACS.GROUP_TYPE_RELS_GROUP_TYPE_FK)violated - parent key not found
Show less