Index: openacs-4/packages/glossary/sql/oracle/wf-full-term-publish-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossary/sql/oracle/wf-full-term-publish-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/glossary/sql/oracle/wf-full-term-publish-create.sql 19 Nov 2001 22:34:23 -0000 1.1 +++ openacs-4/packages/glossary/sql/oracle/wf-full-term-publish-create.sql 19 Nov 2001 22:37:35 -0000 1.2 @@ -356,7 +356,7 @@ declare - v_attribute_id integer; + v_attribute_id number; begin v_attribute_id := workflow.create_attribute( workflow_key => 'full_term_publish_process_wf', @@ -381,7 +381,7 @@ show errors declare - v_attribute_id integer; + v_attribute_id number; begin v_attribute_id := workflow.create_attribute( workflow_key => 'full_term_publish_process_wf',