Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
Previous | Next | Contents | Index | Glossary |
procedure DequeueException
(queuename in varchar2);
Description
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.
Arguments (input)
queuename | The name of the exception queue that has been enabled for dequeue. |
Previous | Next | Contents | Index | Glossary |