DBA Data[Home] [Help]

APPS.WF_EVENT_OJMSTEXT_QH dependencies on DBMS_AQ

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

57: * @rep:compatibility S
58: */
59: procedure dequeue(p_agent_guid in raw,
60: p_event out nocopy wf_event_t,
61: p_wait in binary_integer default dbms_aq.no_wait);
62:
63: --------------------------------------------------------------------------------
64: -- Tranforms a business event into a JMS Text Message.
65: --