DBA Data[Home] [Help]

APPS.OKC_EXP_DATE_ASMBLR_PVT dependencies on OKC_AQ_PVT

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

124: p_last_rundate => l_last_rundate) LOOP
125: k := 0;
126: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Contract picked for Renewal :'||substr(k1_rec.k_number,1,200));
127: --Initialize the table
128: l_msg_tbl := okc_aq_pvt.msg_tab_typ();
129: FOR elements_rec IN elements_csr LOOP
130:
131:
132: -- Bug#4172674 increment counter K inside the loop

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

182: l_msg_tbl(k).element_name := elements_rec.element_name;
183: l_msg_tbl(k).element_value := k1_rec.authoring_org_id;
184: END IF;
185: END LOOP;
186: -- call OKC_AQ_PVT.send_messages to generate the XML string and put it
187: -- on the queue
188: /* OKC_AQ_PUB.send_message(p_api_version =>1.0
189: ,p_init_msg_list => 'F'
190: ,x_msg_count => x_msg_count

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

191: ,x_msg_data => x_msg_data
192: ,x_return_status => l_return_status
193: ,p_corrid_rec => l_corrid_rec
194: ,p_msg_tab => l_msg_tbl
195: ,p_queue_name => okc_aq_pvt.g_event_queue_name); */
196: /* Bug#3800031 superceeds Bug#2111951
197: Above call to enque message is commented to process date based events sychronously.
198: A direct call to date condition evaluator is made to evaluate date based events.
199: */

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

405: k := 0;
406: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Contract picked for Renewal :'||substr(k1_rec.k_number,1,200));
407:
408: --Initialize the table
409: l_msg_tbl := okc_aq_pvt.msg_tab_typ();
410: FOR elements_rec IN elements_csr LOOP
411:
412:
413:

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

469: IF (l_debug = 'Y') THEN
470: okc_debug.Log('140: Calling OKC_AQ_PUB.send_message ',2);
471: END IF;
472:
473: -- call OKC_AQ_PVT.send_messages to generate the XML string and put it
474: -- on the queue
475: /* OKC_AQ_PUB.send_message(p_api_version =>'1.0'
476: ,p_init_msg_list => 'F'
477: ,x_msg_count => x_msg_count

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

478: ,x_msg_data => x_msg_data
479: ,x_return_status => l_return_status
480: ,p_corrid_rec => l_corrid_rec
481: ,p_msg_tab => l_msg_tbl
482: ,p_queue_name => okc_aq_pvt.g_event_queue_name);
483: */
484: /* Bug#2111951 Above call to enque message is commented to process date based events
485: sychronously. A direct call to condition evaluator is made to evaluate date bas
486: ed events.*/