DBA Data[Home] [Help]

APPS.EC_XML_UTILS dependencies on EC_DEBUG

Line 88: ec_debug.push('EC_XMLS.CREATE_VO_TREE');

84: i_parent_level pls_integer;
85: i_prv_parent_level pls_integer :=0;
86: i_prv_parent_data_object varchar2(2000);
87: begin
88: ec_debug.push('EC_XMLS.CREATE_VO_TREE');
89: ec_debug.pl(3,'i_map_id',i_map_id);
90: ec_debug.pl(3,'i_run_id',i_run_id);
91:
92: for ctran in get_transaction_type

Line 89: ec_debug.pl(3,'i_map_id',i_map_id);

85: i_prv_parent_level pls_integer :=0;
86: i_prv_parent_data_object varchar2(2000);
87: begin
88: ec_debug.push('EC_XMLS.CREATE_VO_TREE');
89: ec_debug.pl(3,'i_map_id',i_map_id);
90: ec_debug.pl(3,'i_run_id',i_run_id);
91:
92: for ctran in get_transaction_type
93: (

Line 90: ec_debug.pl(3,'i_run_id',i_run_id);

86: i_prv_parent_data_object varchar2(2000);
87: begin
88: ec_debug.push('EC_XMLS.CREATE_VO_TREE');
89: ec_debug.pl(3,'i_map_id',i_map_id);
90: ec_debug.pl(3,'i_run_id',i_run_id);
91:
92: for ctran in get_transaction_type
93: (
94: p_map_id => i_map_id

Line 98: ec_debug.pl(3,'Transaction Type ',ctran.transaction_type);

94: p_map_id => i_map_id
95: )
96: loop
97: i_transaction_type := ctran.transaction_type;
98: ec_debug.pl(3,'Transaction Type ',ctran.transaction_type);
99: end loop;
100:
101: for c1 in get_root
102: (

Line 107: ec_debug.pl(3,'Root Element',c1.root_element);

103: p_transaction_type => i_transaction_type,
104: p_map_id => i_map_id
105: )
106: loop
107: ec_debug.pl(3,'Root Element',c1.root_element);
108: end loop;
109:
110:
111:

Line 142: ec_debug.pl(3,'External_level'||c2.external_level,c2.start_element);

138: else
139: i_parent_data_object := i_plural_name;
140: end if;
141:
142: ec_debug.pl(3,'External_level'||c2.external_level,c2.start_element);
143: ec_debug.pl(3,'External_level_id',c2.external_level_id);
144: for c3 in get_external_attributes
145: (
146: p_map_id => i_map_id,

Line 143: ec_debug.pl(3,'External_level_id',c2.external_level_id);

139: i_parent_data_object := i_plural_name;
140: end if;
141:
142: ec_debug.pl(3,'External_level'||c2.external_level,c2.start_element);
143: ec_debug.pl(3,'External_level_id',c2.external_level_id);
144: for c3 in get_external_attributes
145: (
146: p_map_id => i_map_id,
147: p_external_level => c2.external_level

Line 211: ec_debug.pop('EC_XMLS.CREATE_VO_TREE');

207: i_prv_parent_level := c2.parent_level;
208: i_prv_parent_data_object := i_plural_name;
209:
210: end loop;
211: ec_debug.pop('EC_XMLS.CREATE_VO_TREE');
212: EXCEPTION
213: WHEN EC_UTILS.PROGRAM_EXIT then
214: raise;
215: WHEN OTHERS THEN

Line 216: ec_debug.pl

212: EXCEPTION
213: WHEN EC_UTILS.PROGRAM_EXIT then
214: raise;
215: WHEN OTHERS THEN
216: ec_debug.pl
217: (
218: 0,i_product_code,i_apps_error_code,'PARAMETER0',i_parameter0,
219: 'PARAMETER1',i_parameter1,
220: 'PARAMETER2',i_parameter2,

Line 224: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);

220: 'PARAMETER2',i_parameter2,
221: 'PARAMETER3',i_parameter3,
222: 'PARAMETER4',i_parameter4
223: );
224: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);
225: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XMLS.CREATE_VO_TREE');
226: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
227: ec_utils.i_ret_code :=2;
228: raise EC_UTILS.PROGRAM_EXIT;

Line 225: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XMLS.CREATE_VO_TREE');

221: 'PARAMETER3',i_parameter3,
222: 'PARAMETER4',i_parameter4
223: );
224: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);
225: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XMLS.CREATE_VO_TREE');
226: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
227: ec_utils.i_ret_code :=2;
228: raise EC_UTILS.PROGRAM_EXIT;
229: end create_vo_tree;

Line 226: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);

222: 'PARAMETER4',i_parameter4
223: );
224: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);
225: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XMLS.CREATE_VO_TREE');
226: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
227: ec_utils.i_ret_code :=2;
228: raise EC_UTILS.PROGRAM_EXIT;
229: end create_vo_tree;
230:

Line 338: ec_debug.push('EC_XML_UTILS.EC_XML_PROCESSOR_OUT_GENERIC');

334: i_parameter3 varchar2(2000);
335: i_parameter4 varchar2(2000);
336: i_error_string varchar2(32000);
337: BEGIN
338: ec_debug.push('EC_XML_UTILS.EC_XML_PROCESSOR_OUT_GENERIC');
339: ec_debug.pl(3,'c_map_id',c_map_id);
340: ec_debug.pl(3,'c_run_id',c_run_id);
341: ec_debug.pl(3,'c_output_path',c_output_path);
342: ec_debug.pl(3,'c_file_name',c_file_name);

Line 339: ec_debug.pl(3,'c_map_id',c_map_id);

335: i_parameter4 varchar2(2000);
336: i_error_string varchar2(32000);
337: BEGIN
338: ec_debug.push('EC_XML_UTILS.EC_XML_PROCESSOR_OUT_GENERIC');
339: ec_debug.pl(3,'c_map_id',c_map_id);
340: ec_debug.pl(3,'c_run_id',c_run_id);
341: ec_debug.pl(3,'c_output_path',c_output_path);
342: ec_debug.pl(3,'c_file_name',c_file_name);
343:

Line 340: ec_debug.pl(3,'c_run_id',c_run_id);

336: i_error_string varchar2(32000);
337: BEGIN
338: ec_debug.push('EC_XML_UTILS.EC_XML_PROCESSOR_OUT_GENERIC');
339: ec_debug.pl(3,'c_map_id',c_map_id);
340: ec_debug.pl(3,'c_run_id',c_run_id);
341: ec_debug.pl(3,'c_output_path',c_output_path);
342: ec_debug.pl(3,'c_file_name',c_file_name);
343:
344: create_vo_tree

Line 341: ec_debug.pl(3,'c_output_path',c_output_path);

337: BEGIN
338: ec_debug.push('EC_XML_UTILS.EC_XML_PROCESSOR_OUT_GENERIC');
339: ec_debug.pl(3,'c_map_id',c_map_id);
340: ec_debug.pl(3,'c_run_id',c_run_id);
341: ec_debug.pl(3,'c_output_path',c_output_path);
342: ec_debug.pl(3,'c_file_name',c_file_name);
343:
344: create_vo_tree
345: (

Line 342: ec_debug.pl(3,'c_file_name',c_file_name);

338: ec_debug.push('EC_XML_UTILS.EC_XML_PROCESSOR_OUT_GENERIC');
339: ec_debug.pl(3,'c_map_id',c_map_id);
340: ec_debug.pl(3,'c_run_id',c_run_id);
341: ec_debug.pl(3,'c_output_path',c_output_path);
342: ec_debug.pl(3,'c_file_name',c_file_name);
343:
344: create_vo_tree
345: (
346: c_map_id,

Line 363: ec_debug.pop('EC_XML_UTILS.EC_XML_PROCESSOR_OUT_GENERIC');

359: i_parameter4,
360: i_error_string
361: );
362:
363: ec_debug.pop('EC_XML_UTILS.EC_XML_PROCESSOR_OUT_GENERIC');
364: EXCEPTION
365: WHEN EC_UTILS.PROGRAM_EXIT then
366: raise;
367: WHEN OTHERS THEN

Line 368: ec_debug.pl

364: EXCEPTION
365: WHEN EC_UTILS.PROGRAM_EXIT then
366: raise;
367: WHEN OTHERS THEN
368: ec_debug.pl
369: (
370: 0,i_product_code,i_apps_error_code,'PARAMETER0',i_parameter0,
371: 'PARAMETER1',i_parameter1,
372: 'PARAMETER2',i_parameter2,

Line 376: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);

372: 'PARAMETER2',i_parameter2,
373: 'PARAMETER3',i_parameter3,
374: 'PARAMETER4',i_parameter4
375: );
376: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);
377: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XML_UTILS.XML_PROCESSOR_OUT_GENERIC');
378: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
379: ec_utils.i_ret_code :=2;
380: raise EC_UTILS.PROGRAM_EXIT;

Line 377: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XML_UTILS.XML_PROCESSOR_OUT_GENERIC');

373: 'PARAMETER3',i_parameter3,
374: 'PARAMETER4',i_parameter4
375: );
376: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);
377: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XML_UTILS.XML_PROCESSOR_OUT_GENERIC');
378: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
379: ec_utils.i_ret_code :=2;
380: raise EC_UTILS.PROGRAM_EXIT;
381:

Line 378: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);

374: 'PARAMETER4',i_parameter4
375: );
376: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);
377: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XML_UTILS.XML_PROCESSOR_OUT_GENERIC');
378: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
379: ec_utils.i_ret_code :=2;
380: raise EC_UTILS.PROGRAM_EXIT;
381:
382: END ec_xml_processor_out_generic;

Line 402: ec_debug.push('EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');

398: i_parameter4 varchar2(2000);
399: i_error_string varchar2(32000);
400: i_viewolistner_class varchar2(2000);
401: BEGIN
402: ec_debug.push('EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');
403: ec_debug.pl(3,'c_map_id',c_map_id);
404: ec_debug.pl(3,'c_output_path',c_output_path);
405: ec_debug.pl(3,'c_file_name',c_file_name);
406: /**

Line 403: ec_debug.pl(3,'c_map_id',c_map_id);

399: i_error_string varchar2(32000);
400: i_viewolistner_class varchar2(2000);
401: BEGIN
402: ec_debug.push('EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');
403: ec_debug.pl(3,'c_map_id',c_map_id);
404: ec_debug.pl(3,'c_output_path',c_output_path);
405: ec_debug.pl(3,'c_file_name',c_file_name);
406: /**
407: If the program is run from SQLplus , the Concurrent Request id is

Line 404: ec_debug.pl(3,'c_output_path',c_output_path);

400: i_viewolistner_class varchar2(2000);
401: BEGIN
402: ec_debug.push('EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');
403: ec_debug.pl(3,'c_map_id',c_map_id);
404: ec_debug.pl(3,'c_output_path',c_output_path);
405: ec_debug.pl(3,'c_file_name',c_file_name);
406: /**
407: If the program is run from SQLplus , the Concurrent Request id is
408: < 0. In this case , get the run id from ECE_OUTPUT_RUNS_S.NEXTVAL.

Line 405: ec_debug.pl(3,'c_file_name',c_file_name);

401: BEGIN
402: ec_debug.push('EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');
403: ec_debug.pl(3,'c_map_id',c_map_id);
404: ec_debug.pl(3,'c_output_path',c_output_path);
405: ec_debug.pl(3,'c_file_name',c_file_name);
406: /**
407: If the program is run from SQLplus , the Concurrent Request id is
408: < 0. In this case , get the run id from ECE_OUTPUT_RUNS_S.NEXTVAL.
409: **/

Line 418: ec_debug.pl(3,'Run Id for the Transaction',c_run_id);

414: into c_run_id
415: from dual;
416: end if;
417:
418: ec_debug.pl(3,'Run Id for the Transaction',c_run_id);
419:
420: create_vo_tree
421: (
422: c_map_id,

Line 439: ec_debug.pl(3,'c_run_id',c_run_id);

435: i_error_string,
436: i_viewolistner_class
437: );
438:
439: ec_debug.pl(3,'c_run_id',c_run_id);
440: ec_debug.pop('EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');
441: EXCEPTION
442: WHEN EC_UTILS.PROGRAM_EXIT then
443: raise;

Line 440: ec_debug.pop('EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');

436: i_viewolistner_class
437: );
438:
439: ec_debug.pl(3,'c_run_id',c_run_id);
440: ec_debug.pop('EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');
441: EXCEPTION
442: WHEN EC_UTILS.PROGRAM_EXIT then
443: raise;
444: WHEN OTHERS THEN

Line 445: ec_debug.pl

441: EXCEPTION
442: WHEN EC_UTILS.PROGRAM_EXIT then
443: raise;
444: WHEN OTHERS THEN
445: ec_debug.pl
446: (
447: 0,i_product_code,i_apps_error_code,'PARAMETER0',i_parameter0,
448: 'PARAMETER1',i_parameter1,
449: 'PARAMETER2',i_parameter2,

Line 453: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);

449: 'PARAMETER2',i_parameter2,
450: 'PARAMETER3',i_parameter3,
451: 'PARAMETER4',i_parameter4
452: );
453: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);
454: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');
455: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
456: ec_utils.i_ret_code :=2;
457: raise EC_UTILS.PROGRAM_EXIT;

Line 454: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');

450: 'PARAMETER3',i_parameter3,
451: 'PARAMETER4',i_parameter4
452: );
453: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);
454: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');
455: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
456: ec_utils.i_ret_code :=2;
457: raise EC_UTILS.PROGRAM_EXIT;
458: END ec_xml_processor_in_generic;

Line 455: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);

451: 'PARAMETER4',i_parameter4
452: );
453: ec_debug.pl(0,'EC','EC_JAVA_ERROR',i_error_string);
454: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_XML_UTILS.EC_XML_PROCESSOR_IN_GENERIC');
455: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
456: ec_utils.i_ret_code :=2;
457: raise EC_UTILS.PROGRAM_EXIT;
458: END ec_xml_processor_in_generic;
459: