DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on ECX_PRINT_LOCAL

Line 162: ecx_print_local.print_new_level

158:
159: -- In Processing Stage for Target
160: ecx_actions.execute_stage_data ( 20, i_target, 'T');
161:
162: ecx_print_local.print_new_level
163: (
164: i_target,
165: ecx_utils.g_target_levels(i_target).dtd_node_index
166: );

Line 385: ecx_print_local.print_discont_elements(ecx_print_local.last_printed + 1,

381: i_method_name);
382: end if;
383: while (j >= ecx_utils.g_source_levels(i).first_target_level)
384: loop
385: ecx_print_local.print_discont_elements(ecx_print_local.last_printed + 1,
386: ecx_utils.g_target_levels(j).file_end_pos,
387: ecx_utils.g_target(ecx_utils.g_target_levels(j).file_start_pos).attribute_id,
388: j);
389: j := j - 1;

Line 1222: ecx_print_local.i_tmpxml.DELETE;

1218: end if;
1219: /**
1220: Initialize the temporary XML Buffer
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"';

Line 1223: ecx_print_local.l_node_stack.DELETE;

1219: /**
1220: Initialize the temporary XML Buffer
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:

Line 1229: --ecx_print_local.pi_node('xml','version = "1.0" standalone="no" ');

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" ');
1230: ecx_print_local.pi_node('xml',l_xmlDecl);
1231:
1232: /** Comment Node **/
1233: ecx_print_local.comment_node('Oracle eXtensible Markup Language Gateway Server ');

Line 1230: ecx_print_local.pi_node('xml',l_xmlDecl);

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" ');
1230: ecx_print_local.pi_node('xml',l_xmlDecl);
1231:
1232: /** Comment Node **/
1233: ecx_print_local.comment_node('Oracle eXtensible Markup Language Gateway Server ');
1234:

Line 1233: ecx_print_local.comment_node('Oracle eXtensible Markup Language Gateway Server ');

1229: --ecx_print_local.pi_node('xml','version = "1.0" standalone="no" ');
1230: ecx_print_local.pi_node('xml',l_xmlDecl);
1231:
1232: /** Comment Node **/
1233: ecx_print_local.comment_node('Oracle eXtensible Markup Language Gateway Server ');
1234:
1235:
1236: /** DOCUMENT NODE **/
1237: if (not ecx_utils.g_delete_doctype) then

Line 1238: ecx_print_local.document_node(i_root_element,i_filename,null);

1234:
1235:
1236: /** DOCUMENT NODE **/
1237: if (not ecx_utils.g_delete_doctype) then
1238: ecx_print_local.document_node(i_root_element,i_filename,null);
1239: if(l_statementEnabled) then
1240: ecx_debug.log(l_statement, 'Printed DOCTYPE', i_method_name);
1241: end if;
1242: end if;

Line 1246: ecx_print_local.xmlPOPALL(i_xmldoc);

1242: end if;
1243:
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);

Line 1327: ecx_print_local.i_tmpxml.DELETE;

1323: i_method_name);
1324: ecx_outbound.log_summary(l_unexpected);
1325: end if;
1326: i_stack.DELETE;
1327: ecx_print_local.i_tmpxml.DELETE;
1328: ecx_print_local.l_node_stack.DELETE;
1329: ecx_print_local.last_printed := -1;
1330: if (l_procedureEnabled) then
1331: ecx_debug.pop(i_method_name );

Line 1328: ecx_print_local.l_node_stack.DELETE;

1324: ecx_outbound.log_summary(l_unexpected);
1325: end if;
1326: i_stack.DELETE;
1327: ecx_print_local.i_tmpxml.DELETE;
1328: ecx_print_local.l_node_stack.DELETE;
1329: ecx_print_local.last_printed := -1;
1330: if (l_procedureEnabled) then
1331: ecx_debug.pop(i_method_name );
1332: end if;

Line 1329: ecx_print_local.last_printed := -1;

1325: end if;
1326: i_stack.DELETE;
1327: ecx_print_local.i_tmpxml.DELETE;
1328: ecx_print_local.l_node_stack.DELETE;
1329: ecx_print_local.last_printed := -1;
1330: if (l_procedureEnabled) then
1331: ecx_debug.pop(i_method_name );
1332: end if;
1333: raise ecx_utils.program_exit;

Line 1347: ecx_print_local.i_tmpxml.DELETE;

1343: ecx_debug.log(l_unexpected, 'ECX', SQLERRM || ' - ECX_OUTBOUND.PROCESS_OUTBOUND_DOCUMENTS',i_method_name);
1344: ecx_debug.log(l_unexpected, 'Clean-up i_stack, l_node_stack, i_tmpxml and last_printed',i_method_name);
1345: end if;
1346: i_stack.DELETE;
1347: ecx_print_local.i_tmpxml.DELETE;
1348: ecx_print_local.l_node_stack.DELETE;
1349: ecx_print_local.last_printed := -1;
1350: if (l_procedureEnabled) then
1351: ecx_debug.pop(i_method_name );

Line 1348: ecx_print_local.l_node_stack.DELETE;

1344: ecx_debug.log(l_unexpected, 'Clean-up i_stack, l_node_stack, i_tmpxml and last_printed',i_method_name);
1345: end if;
1346: i_stack.DELETE;
1347: ecx_print_local.i_tmpxml.DELETE;
1348: ecx_print_local.l_node_stack.DELETE;
1349: ecx_print_local.last_printed := -1;
1350: if (l_procedureEnabled) then
1351: ecx_debug.pop(i_method_name );
1352: end if;

Line 1349: ecx_print_local.last_printed := -1;

1345: end if;
1346: i_stack.DELETE;
1347: ecx_print_local.i_tmpxml.DELETE;
1348: ecx_print_local.l_node_stack.DELETE;
1349: ecx_print_local.last_printed := -1;
1350: if (l_procedureEnabled) then
1351: ecx_debug.pop(i_method_name );
1352: end if;
1353: raise ecx_utils.PROGRAM_EXIT;