DBA Data[Home] [Help]

APPS.OKC_AQ_PVT dependencies on OKC_XML_PVT

Line 301: okc_debug.Log('50: Calling okc_xml_pvt.build_xml_clob ',2);

297: p_msg_tab.count > 0 THEN
298:
299: -- build XML clob
300: IF (l_debug = 'Y') THEN
301: okc_debug.Log('50: Calling okc_xml_pvt.build_xml_clob ',2);
302: END IF;
303:
304: okc_xml_pvt.build_xml_clob (
305: p_corrid_rec

Line 304: okc_xml_pvt.build_xml_clob (

300: IF (l_debug = 'Y') THEN
301: okc_debug.Log('50: Calling okc_xml_pvt.build_xml_clob ',2);
302: END IF;
303:
304: okc_xml_pvt.build_xml_clob (
305: p_corrid_rec
306: , p_msg_tab
307: , l_xml_clob );
308:

Line 310: okc_debug.Log('55: After Call To okc_xml_pvt.build_xml_clob ',2);

306: , p_msg_tab
307: , l_xml_clob );
308:
309: IF (l_debug = 'Y') THEN
310: okc_debug.Log('55: After Call To okc_xml_pvt.build_xml_clob ',2);
311: END IF;
312:
313: END IF;
314:

Line 926: okc_debug.Log('50: Calling OKC_XML_PVT.get_element_vals ',2);

922: raise OKC_REMOVE_MSG;
923: END IF;
924:
925: IF (l_debug = 'Y') THEN
926: okc_debug.Log('50: Calling OKC_XML_PVT.get_element_vals ',2);
927: END IF;
928:
929: -- convert the clob message to a table of element names and values
930: OKC_XML_PVT.get_element_vals ( l_msg

Line 930: OKC_XML_PVT.get_element_vals ( l_msg

926: okc_debug.Log('50: Calling OKC_XML_PVT.get_element_vals ',2);
927: END IF;
928:
929: -- convert the clob message to a table of element names and values
930: OKC_XML_PVT.get_element_vals ( l_msg
931: , l_msg_tab
932: , l_corrid );
933: -- call the event APIs
934: OPEN acn_cur;

Line 1158: OKC_XML_PVT.get_element_vals ( l_msg

1154: raise OKC_REMOVE_MSG;
1155: END IF;
1156:
1157: -- convert the clob message to a table of element names and values
1158: OKC_XML_PVT.get_element_vals ( l_msg
1159: , l_msg_tab
1160: , l_corrid );
1161: -- get the condition header id from msg table
1162: FOR i IN 1..l_msg_tab.COUNT LOOP

Line 1384: okc_debug.Log('120: Calling OKC_XML_PVT.get_element_vals ',2);

1380: raise OKC_REMOVE_MSG;
1381: END IF;
1382:
1383: IF (l_debug = 'Y') THEN
1384: okc_debug.Log('120: Calling OKC_XML_PVT.get_element_vals ',2);
1385: END IF;
1386:
1387: -- converts message from clob to table of element names and values
1388: OKC_XML_PVT.get_element_vals ( l_msg

Line 1388: OKC_XML_PVT.get_element_vals ( l_msg

1384: okc_debug.Log('120: Calling OKC_XML_PVT.get_element_vals ',2);
1385: END IF;
1386:
1387: -- converts message from clob to table of element names and values
1388: OKC_XML_PVT.get_element_vals ( l_msg
1389: , l_msg_tab
1390: , l_corrid );
1391:
1392: IF (l_debug = 'Y') THEN

Line 1393: okc_debug.Log('130: After Calling OKC_XML_PVT.get_element_vals ',2);

1389: , l_msg_tab
1390: , l_corrid );
1391:
1392: IF (l_debug = 'Y') THEN
1393: okc_debug.Log('130: After Calling OKC_XML_PVT.get_element_vals ',2);
1394: okc_debug.Log('130: l_corrid.corrid : '||l_corrid.corrid,2);
1395: okc_debug.Log('130: l_msg_tab.count : '||l_msg_tab.count,2);
1396: END IF;
1397: