DBA Data[Home] [Help]

APPS.WF_EVENT_QH dependencies on DBMS_AQ

Line 28: p_wait in binary_integer default dbms_aq.no_wait);

24: */
25:
26: PROCEDURE dequeue(p_agent_guid in raw,
27: p_event out nocopy wf_event_t,
28: p_wait in binary_integer default dbms_aq.no_wait);
29: -------------------------------------------------------------------------
30: /*#
31: * Enqueues an event message onto the queue associated with the outbound agent.
32: * You can optionally specify an override agent where you want to enqueue the event message.