DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on XMLPARSER

Line 214: xmlparser.parseCLOB(ecx_utils.g_parser,i_payload);

210: begin
211: if (l_procedureEnabled) then
212: ecx_debug.push(i_method_name);
213: end if;
214: xmlparser.parseCLOB(ecx_utils.g_parser,i_payload);
215: if (l_procedureEnabled) then
216: ecx_debug.pop(i_method_name);
217: end if;
218: exception

Line 436: i_doc := xmlparser.getDocument(ecx_utils.g_parser);

432: when others then
433: raise ecx_utils.program_exit;
434: end;
435:
436: i_doc := xmlparser.getDocument(ecx_utils.g_parser);
437:
438: /** Assign it to the Global XML Document **/
439: ecx_utils.g_xmldoc := xmlDOM.makeNode(i_doc);
440:

Line 453: xmlparser.freeparser(ecx_utils.g_parser);

449: i_xmldoc, l_parseXML);
450: end if;
451:
452: /* bug 8718549 , commented free parser code as it was done twice in this procedure
453: xmlparser.freeparser(ecx_utils.g_parser);
454: if(ecx_utils.dom_printing = false and ecx_utils.structure_printing = true) -- xmltoxml different dtds.
455: then
456: xmlparser.freeparser(ecx_utils.g_inb_parser);
457: end if; */

Line 456: xmlparser.freeparser(ecx_utils.g_inb_parser);

452: /* bug 8718549 , commented free parser code as it was done twice in this procedure
453: xmlparser.freeparser(ecx_utils.g_parser);
454: if(ecx_utils.dom_printing = false and ecx_utils.structure_printing = true) -- xmltoxml different dtds.
455: then
456: xmlparser.freeparser(ecx_utils.g_inb_parser);
457: end if; */
458:
459: if (ecx_utils.dom_printing or (ecx_utils.structure_printing and l_parseXML)) then
460: if(l_statementEnabled) then

Line 479: xmlparser.freeparser(ecx_utils.g_parser);

475: ecx_debug.log(l_statement,'XML is not validated by the parser.',i_method_name);
476: end if;
477: end if;
478: --for bug 5609625
479: xmlparser.freeparser(ecx_utils.g_parser);
480: if(ecx_utils.dom_printing = false and ecx_utils.structure_printing = true) -- xmltoxml different dtds.
481: then
482: xmlparser.freeparser(ecx_utils.g_inb_parser);
483: end if;

Line 482: xmlparser.freeparser(ecx_utils.g_inb_parser);

478: --for bug 5609625
479: xmlparser.freeparser(ecx_utils.g_parser);
480: if(ecx_utils.dom_printing = false and ecx_utils.structure_printing = true) -- xmltoxml different dtds.
481: then
482: xmlparser.freeparser(ecx_utils.g_inb_parser);
483: end if;
484: ---end of 5609625
485:
486: if (l_procedureEnabled) then