DBA Data[Home] [Help]

APPS.WF_QUEUE dependencies on STANDARD

Line 240: * messages on the standard Business Event System WF_ERROR queue

236: multiconsumer in boolean default FALSE) return raw;
237:
238: /*#
239: * Dequeues all messages from an exception queue and places the
240: * messages on the standard Business Event System WF_ERROR queue
241: * with the error message 'Message Expired'. When the messages are
242: * dequeued from WF_ERROR, a predefined subscription is triggered that
243: * launches the Default Event Error process.
244: * @param queuename Queue Name

Line 574: * @param p_error The number of messages on the standard Business Event System error agents.

570: * @param p_wait The number of messages with the status WAIT.
571: * @param p_processed The number of messages with the status PROCESSED.
572: * @param p_expired The number of messages with the status EXPIRED.
573: * @param p_undeliverable The number of messages with the status UNDELIVERED.
574: * @param p_error The number of messages on the standard Business Event System error agents.
575: * @rep:scope public
576: * @rep:lifecycle active
577: * @rep:displayname Get Message Status Counts
578: * @rep:compatibility S