DBA Data[Home] [Help]

APPS.AMV_MATCH_PVT dependencies on AMV_AQ_UTILITY_PVT

Line 95: amv_aq_utility_pvt.Enqueue_Message

91: G_NORMAL_PRIORITY,
92: 'Match the item'
93: );
94: -- call Enqueue_Message to put the request into AQ queue.
95: amv_aq_utility_pvt.Enqueue_Message
96: (
97: p_api_version => p_api_version,
98: p_init_msg_list => p_init_msg_list,
99: p_commit => p_commit,

Line 193: amv_aq_utility_pvt.Enqueue_Message

189: G_NORMAL_PRIORITY,
190: 'Match the channel'
191: );
192: -- call Enqueue_Message to put the request into AQ queue.
193: amv_aq_utility_pvt.Enqueue_Message
194: (
195: p_api_version => p_api_version,
196: p_init_msg_list => p_init_msg_list,
197: p_commit => p_commit,

Line 279: amv_aq_utility_pvt.Enqueue_Message

275: G_STOP_PRIORITY,
276: 'Stop the matching engine.'
277: );
278: -- call Enqueue_Message to put the request into AQ queue.
279: amv_aq_utility_pvt.Enqueue_Message
280: (
281: p_api_version => p_api_version,
282: p_init_msg_list => p_init_msg_list,
283: p_commit => p_commit,

Line 380: amv_aq_utility_pvt.Dequeue_Message

376: FOR i IN 1 .. l_aq_count LOOP
377: l_message_obj := null;
378: -- Get a message from the queue. If the queue is empty,
379: -- the program is put to sleep (via the AQ queue).
380: amv_aq_utility_pvt.Dequeue_Message
381: (
382: p_api_version => l_api_version,
383: p_init_msg_list => FND_API.G_TRUE,
384: p_commit => FND_API.G_TRUE,