Index: openacs-4/packages/project-manager/sql/oracle/project-manager-notifications-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/sql/oracle/project-manager-notifications-create.sql,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/project-manager/sql/oracle/project-manager-notifications-create.sql 29 Apr 2005 17:43:36 -0000 1.1 +++ openacs-4/packages/project-manager/sql/oracle/project-manager-notifications-create.sql 30 Nov 2005 06:47:36 -0000 1.1.2.1 @@ -13,18 +13,19 @@ impl_id := acs_sc_impl.new ( impl_contract_name => 'NotificationType', impl_name => 'pm_task_notif_type', - impl_owner_name => 'project-manager' + impl_pretty_name => 'pm_task_notif_type', + impl_owner_name => 'project-manager' ); - v_foo := acs_sc_impl_alias.new ( + v_foo := acs_sc_impl.new_alias ( impl_contract_name => 'NotificationType', impl_name => 'pm_task_notif_type', impl_operation_name => 'GetURL', impl_alias => 'pm::task::get_url', impl_pl => 'TCL' ); - v_foo := acs_sc_impl_alias.new ( + v_foo := acs_sc_impl.new_alias ( impl_contract_name => 'NotificationType', impl_name => 'pm_task_notif_type', impl_operation_name => 'ProcessReply', @@ -38,15 +39,13 @@ ); v_foo:= notification_type.new ( - type_id => NULL, sc_impl_id => impl_id, short_name => 'pm_task_notif', pretty_name => 'Task Notification', description => 'Notifications of task changes', creation_date => sysdate , creation_user => null, - creation_ip => null, - context_id => NULL + creation_ip => null ); -- enable the various intervals and delivery methods