procedure DequeueException (queuename in varchar2);
Dequeues all messages from an exception queue and places the messages on the standard Business Event System WF_ERROR queue with the error message 'Message Expired'. When the messages are dequeued from WF_ERROR, a predefined subscription is triggered that launches the Default Event Error process.
| queuename | The name of the exception queue that has been enabled for dequeue. |