DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on ECX_UTIL_API

Line 1225: l_IANACharset := ECX_UTIL_API.getIANACharset();

1221: **/
1222: ecx_print_local.i_tmpxml.DELETE;
1223: ecx_print_local.l_node_stack.DELETE;
1224:
1225: l_IANACharset := ECX_UTIL_API.getIANACharset();
1226: l_xmlDecl := 'version = "1.0" encoding= "'||l_IANAcharset||'" standalone="no"';
1227:
1228: /** PI Node **/
1229: --ecx_print_local.pi_node('xml','version = "1.0" standalone="no" ');

Line 1248: ecx_util_api.parseXML(ecx_utils.g_parser, i_xmldoc, l_parseXML, ecx_utils.g_xmldoc);

1244: fetch_data_from_view (0);
1245: popall;
1246: ecx_print_local.xmlPOPALL(i_xmldoc);
1247:
1248: ecx_util_api.parseXML(ecx_utils.g_parser, i_xmldoc, l_parseXML, ecx_utils.g_xmldoc);
1249: if(l_statementEnabled) then
1250: ecx_debug.log(l_statement, 'Parsed XML', l_parseXML,i_method_name);
1251: end if;
1252: