DBA Data[Home] [Help]

APPS.WF_EVENT_OJMSTEXT_QH dependencies on DBMS_AQ

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

25: -- p_wait - the number of seconds to wait to dequeue the event
26: --------------------------------------------------------------------------------
27: procedure dequeue(p_agent_guid in raw,
28: p_event out nocopy wf_event_t,
29: p_wait in binary_integer default dbms_aq.no_wait);
30:
31: --------------------------------------------------------------------------------
32: -- Tranforms a business event into a JMS Text Message.
33: --