/*=======================================================================+ | Copyright (c) 2003 Oracle Corporation Redwood Shores, California, USA | | All rights reserved. | +=======================================================================+ | | | FILENAME | | wfalertd.sql | | | | DESCRIPTION | | Drop all database objects for the Workflow Alert Demo. | | | *=======================================================================*/ /* $Header: wfalertd.sql 26.0 2003/03/06 02:22:21 kma ship $ */ whenever sqlerror continue; drop package wf_alert; commit; exit;