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 1176: ecx_print_local.i_tmpxml.DELETE;

1172: end if;
1173: /**
1174: Initialize the temporary XML Buffer
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"';

Line 1177: ecx_print_local.l_node_stack.DELETE;

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

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

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" ');
1184: ecx_print_local.pi_node('xml',l_xmlDecl);
1185:
1186: /** Comment Node **/
1187: ecx_print_local.comment_node('Oracle eXtensible Markup Language Gateway Server ');

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

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" ');
1184: ecx_print_local.pi_node('xml',l_xmlDecl);
1185:
1186: /** Comment Node **/
1187: ecx_print_local.comment_node('Oracle eXtensible Markup Language Gateway Server ');
1188:

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

1183: --ecx_print_local.pi_node('xml','version = "1.0" standalone="no" ');
1184: ecx_print_local.pi_node('xml',l_xmlDecl);
1185:
1186: /** Comment Node **/
1187: ecx_print_local.comment_node('Oracle eXtensible Markup Language Gateway Server ');
1188:
1189:
1190: /** DOCUMENT NODE **/
1191: if (not ecx_utils.g_delete_doctype) then

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

1188:
1189:
1190: /** DOCUMENT NODE **/
1191: if (not ecx_utils.g_delete_doctype) then
1192: ecx_print_local.document_node(i_root_element,i_filename,null);
1193: if(l_statementEnabled) then
1194: ecx_debug.log(l_statement, 'Printed DOCTYPE', i_method_name);
1195: end if;
1196: end if;

Line 1200: ecx_print_local.xmlPOPALL(i_xmldoc);

1196: end if;
1197:
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);

Line 1292: ecx_print_local.i_tmpxml.DELETE;

1288: i_method_name);
1289: ecx_outbound.log_summary(l_unexpected);
1290: end if;
1291: i_stack.DELETE;
1292: ecx_print_local.i_tmpxml.DELETE;
1293: ecx_print_local.l_node_stack.DELETE;
1294: ecx_print_local.last_printed := -1;
1295: if (l_procedureEnabled) then
1296: ecx_debug.pop(i_method_name );

Line 1293: ecx_print_local.l_node_stack.DELETE;

1289: ecx_outbound.log_summary(l_unexpected);
1290: end if;
1291: i_stack.DELETE;
1292: ecx_print_local.i_tmpxml.DELETE;
1293: ecx_print_local.l_node_stack.DELETE;
1294: ecx_print_local.last_printed := -1;
1295: if (l_procedureEnabled) then
1296: ecx_debug.pop(i_method_name );
1297: end if;

Line 1294: ecx_print_local.last_printed := -1;

1290: end if;
1291: i_stack.DELETE;
1292: ecx_print_local.i_tmpxml.DELETE;
1293: ecx_print_local.l_node_stack.DELETE;
1294: ecx_print_local.last_printed := -1;
1295: if (l_procedureEnabled) then
1296: ecx_debug.pop(i_method_name );
1297: end if;
1298: raise ecx_utils.program_exit;

Line 1312: ecx_print_local.i_tmpxml.DELETE;

1308: ecx_debug.log(l_unexpected, 'ECX', SQLERRM || ' - ECX_OUTBOUND.PROCESS_OUTBOUND_DOCUMENTS',i_method_name);
1309: ecx_debug.log(l_unexpected, 'Clean-up i_stack, l_node_stack, i_tmpxml and last_printed',i_method_name);
1310: end if;
1311: i_stack.DELETE;
1312: ecx_print_local.i_tmpxml.DELETE;
1313: ecx_print_local.l_node_stack.DELETE;
1314: ecx_print_local.last_printed := -1;
1315: if (l_procedureEnabled) then
1316: ecx_debug.pop(i_method_name );

Line 1313: ecx_print_local.l_node_stack.DELETE;

1309: ecx_debug.log(l_unexpected, 'Clean-up i_stack, l_node_stack, i_tmpxml and last_printed',i_method_name);
1310: end if;
1311: i_stack.DELETE;
1312: ecx_print_local.i_tmpxml.DELETE;
1313: ecx_print_local.l_node_stack.DELETE;
1314: ecx_print_local.last_printed := -1;
1315: if (l_procedureEnabled) then
1316: ecx_debug.pop(i_method_name );
1317: end if;

Line 1314: ecx_print_local.last_printed := -1;

1310: end if;
1311: i_stack.DELETE;
1312: ecx_print_local.i_tmpxml.DELETE;
1313: ecx_print_local.l_node_stack.DELETE;
1314: ecx_print_local.last_printed := -1;
1315: if (l_procedureEnabled) then
1316: ecx_debug.pop(i_method_name );
1317: end if;
1318: raise ecx_utils.PROGRAM_EXIT;