DBA Data[Home] [Help]

APPS.OKC_EXP_DATE_ASMBLR_PVT dependencies on OKC_AQ_PVT

Line 143: l_msg_tbl := okc_aq_pvt.msg_tab_typ();

139: IF l_hook_filter='Y' THEN
140:
141: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Contract picked for Renewal :'||substr(k1_rec.k_number,1,200));
142: --Initialize the table
143: l_msg_tbl := okc_aq_pvt.msg_tab_typ();
144: FOR elements_rec IN elements_csr LOOP
145:
146:
147: -- Bug#4172674 increment counter K inside the loop

Line 201: -- call OKC_AQ_PVT.send_messages to generate the XML string and put it

197: l_msg_tbl(k).element_name := elements_rec.element_name;
198: l_msg_tbl(k).element_value := k1_rec.authoring_org_id;
199: END IF;
200: END LOOP;
201: -- call OKC_AQ_PVT.send_messages to generate the XML string and put it
202: -- on the queue
203: /* OKC_AQ_PUB.send_message(p_api_version =>1.0
204: ,p_init_msg_list => 'F'
205: ,x_msg_count => x_msg_count

Line 210: ,p_queue_name => okc_aq_pvt.g_event_queue_name); */

206: ,x_msg_data => x_msg_data
207: ,x_return_status => l_return_status
208: ,p_corrid_rec => l_corrid_rec
209: ,p_msg_tab => l_msg_tbl
210: ,p_queue_name => okc_aq_pvt.g_event_queue_name); */
211: /* Bug#3800031 superceeds Bug#2111951
212: Above call to enque message is commented to process date based events sychronously.
213: A direct call to date condition evaluator is made to evaluate date based events.
214: */

Line 425: l_msg_tbl := okc_aq_pvt.msg_tab_typ();

421: k := 0;
422: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Contract picked for Renewal :'||substr(k1_rec.k_number,1,200));
423:
424: --Initialize the table
425: l_msg_tbl := okc_aq_pvt.msg_tab_typ();
426: FOR elements_rec IN elements_csr LOOP
427:
428:
429:

Line 489: -- call OKC_AQ_PVT.send_messages to generate the XML string and put it

485: IF (l_debug = 'Y') THEN
486: okc_debug.Log('140: Calling OKC_AQ_PUB.send_message ',2);
487: END IF;
488:
489: -- call OKC_AQ_PVT.send_messages to generate the XML string and put it
490: -- on the queue
491: /* OKC_AQ_PUB.send_message(p_api_version =>'1.0'
492: ,p_init_msg_list => 'F'
493: ,x_msg_count => x_msg_count

Line 498: ,p_queue_name => okc_aq_pvt.g_event_queue_name);

494: ,x_msg_data => x_msg_data
495: ,x_return_status => l_return_status
496: ,p_corrid_rec => l_corrid_rec
497: ,p_msg_tab => l_msg_tbl
498: ,p_queue_name => okc_aq_pvt.g_event_queue_name);
499: */
500: /* Bug#2111951 Above call to enque message is commented to process date based events
501: sychronously. A direct call to condition evaluator is made to evaluate date bas
502: ed events.*/