DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on ECX_UTIL_API

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

1175: **/
1176: ecx_print_local.i_tmpxml.DELETE;
1177: ecx_print_local.l_node_stack.DELETE;
1178:
1179: l_IANACharset := ECX_UTIL_API.getIANACharset();
1180: l_xmlDecl := 'version = "1.0" encoding= "'||l_IANAcharset||'" standalone="no"';
1181:
1182: /** PI Node **/
1183: --ecx_print_local.pi_node('xml','version = "1.0" standalone="no" ');

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

1198: fetch_data_from_view (0);
1199: popall;
1200: ecx_print_local.xmlPOPALL(i_xmldoc);
1201:
1202: ecx_util_api.parseXML(ecx_utils.g_parser, i_xmldoc, l_parseXML, ecx_utils.g_xmldoc);
1203: if(l_statementEnabled) then
1204: ecx_debug.log(l_statement, 'Parsed XML', l_parseXML,i_method_name);
1205: end if;
1206: