-- -- acs-workflow/sql/workflow-case-package.sql -- -- Creates the PL/SQL package that provides the API for interacting -- with a workflow case. -- -- @author Lars Pind (lars@pinds.com) -- -- @creation-date 2000-05-18 -- -- @cvs-id $Id: workflow-case-package.sql,v 1.9 2001/11/19 18:17:46 neophytosd Exp $ -- @@workflow-case-package-head.sql @@workflow-case-package-body.sql -- -- schedule processing of the notification queue -- begin nt.schedule_process(1,'localhost',25); end; / show errors;