DBA Data[Home] [Help]

APPS.OKC_CEVT_ASMBLR_PVT dependencies on OKC_AQ_PVT

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

66: -- check if action is enabled
67: IF OKC_K_SIGN_ASMBLR_PVT.isActionEnabled(l_corrid_rec.corrid) = 'Y' THEN
68:
69: --Initialize the table
70: l_msg_tbl := okc_aq_pvt.msg_tab_typ();
71:
72: FOR k1_rec in chr_csr(p_chr_id => p_contract_id) LOOP
73: k := 1;
74: --Initialize the table

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

71:
72: FOR k1_rec in chr_csr(p_chr_id => p_contract_id) LOOP
73: k := 1;
74: --Initialize the table
75: l_msg_tbl := okc_aq_pvt.msg_tab_typ();
76: FOR elements_rec IN elements_csr LOOP
77: --Build the elements table
78: IF elements_rec.element_name = 'K_ID' THEN
79: l_msg_tbl.extend;

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

120: --Increment the Counter
121: k := k + 1;
122: END LOOP;
123:
124: -- call OKC_AQ_PVT.send_messages to generate the XML string and put it
125: -- on the queue
126: OKC_AQ_PUB.send_message(p_api_version =>1.0
127: ,p_init_msg_list => 'F'
128: ,x_msg_count => l_msg_count

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

129: ,x_msg_data => l_msg_data
130: ,x_return_status => l_return_status
131: ,p_corrid_rec => l_corrid_rec
132: ,p_msg_tab => l_msg_tbl
133: ,p_queue_name => okc_aq_pvt.g_event_queue_name);
134:
135: IF l_return_status = OKC_API.G_RET_STS_SUCCESS THEN
136: commit;
137: ELSIF l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR THEN