Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

DequeueException

Syntax

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.

See Also

Default Event Error Process


         Previous  Next          Contents  Index  Glossary