DBA Data[Home] [Help]

APPS.ECX_DEBUG dependencies on ECX_DEBUG

Line 1: PACKAGE BODY ECX_DEBUG AS

1: PACKAGE BODY ECX_DEBUG AS
2: -- $Header: ECXDEBGB.pls 120.9.12020000.2 2013/03/21 11:21:25 jmaddila ship $
3:
4: g_split_threshold PLS_INTEGER := 120;
5: g_depth PLS_INTEGER := 0;

Line 237: ecx_utils.i_errbuf || '- ECX_DEBUG.SPLIT: ' || SQLERRM );

233: EXCEPTION
234: WHEN OTHERS THEN
235: setErrorInfo(2,
236: 30,
237: ecx_utils.i_errbuf || '- ECX_DEBUG.SPLIT: ' || SQLERRM );
238: raise ecx_utils.program_exit;
239:
240: END split;
241:

Line 250: fnd_log.string(ecx_debug.g_procedure, g_sqlprefix ||i_program_name||'.begin','Enter '|| i_program_name);

246: nmsg_count PLS_INTEGER;
247:
248: BEGIN
249: /* IF g_instlmode = 'EMBEDDED' THEN
250: fnd_log.string(ecx_debug.g_procedure, g_sqlprefix ||i_program_name||'.begin','Enter '|| i_program_name);
251: ELSE*/
252: g_depth := g_depth + 1;
253: IF g_use_cmanager_flag THEN --Use the Concurrent Manager
254: null;

Line 263: setErrorInfo(2, 30, ecx_utils.i_errbuf || '- ECX_DEBUG.PUSH: ' || SQLERRM);

259: -- END IF;
260:
261: EXCEPTION
262: WHEN OTHERS THEN
263: setErrorInfo(2, 30, ecx_utils.i_errbuf || '- ECX_DEBUG.PUSH: ' || SQLERRM);
264: raise ecx_utils.program_exit;
265:
266: END push;
267:

Line 276: fnd_log.string(ecx_debug.g_procedure, g_sqlprefix ||i_program_name||'.end','Exit '||i_program_name);

272: nmsg_count PLS_INTEGER;
273:
274: BEGIN
275: /* IF g_instlmode = 'EMBEDDED' THEN
276: fnd_log.string(ecx_debug.g_procedure, g_sqlprefix ||i_program_name||'.end','Exit '||i_program_name);
277: ELSE*/
278: IF g_use_cmanager_flag THEN --Use the Concurrent Manager
279: null;
280: ELSE

Line 289: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.POP: ' || SQLERRM);

285: -- END IF;
286:
287: EXCEPTION
288: WHEN OTHERS THEN
289: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.POP: ' || SQLERRM);
290: raise ecx_utils.program_exit;
291:
292: END pop;
293:

Line 312: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.INDENT_TEXT: ' || SQLERRM);

308: RETURN (vtemp_space);
309:
310: EXCEPTION
311: WHEN OTHERS THEN
312: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.INDENT_TEXT: ' || SQLERRM);
313: raise ecx_utils.program_exit;
314: END indent_text;
315: --This is an overloaded procedure to set the tokens and retrieve the
316: --message and print it to the appropriate log/report file.

Line 381: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);

377: END IF;
378:
379: EXCEPTION
380: WHEN OTHERS THEN
381: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);
382: raise ecx_utils.program_exit;
383:
384: END pl;
385: --This is an overloaded procedure to split a message string into 132 character

Line 396: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);

392: END IF;
393:
394: EXCEPTION
395: WHEN OTHERS THEN
396: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);
397: raise ecx_utils.program_exit;
398:
399: END pl;
400:

Line 415: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);

411: END IF;
412:
413: EXCEPTION
414: WHEN OTHERS THEN
415: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);
416: raise ecx_utils.program_exit;
417:
418: END pl;
419: --This is an overloaded procedure to concatenate a given variable name and

Line 433: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);

429: END IF;
430:
431: EXCEPTION
432: WHEN OTHERS THEN
433: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);
434: raise ecx_utils.program_exit;
435: END pl;
436: --This is an overloaded procedure to concatenate a given variable name and
437: --the string value.

Line 452: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);

448: END IF;
449:
450: EXCEPTION
451: WHEN OTHERS THEN
452: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);
453: raise ecx_utils.program_exit;
454:
455: END pl;
456: /**Change required for Clob Support -- 2263729 ***/

Line 481: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);

477: END IF;
478:
479: EXCEPTION
480: WHEN OTHERS THEN
481: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);
482: raise ecx_utils.program_exit;
483:
484: END pl;
485: --This is an overloaded procedure to concatenate a given variable name and

Line 507: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);

503: END IF;
504:
505: EXCEPTION
506: WHEN OTHERS THEN
507: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.PL: ' || SQLERRM);
508: raise ecx_utils.program_exit;
509:
510: END pl;
511:

Line 584: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);

580: -- END IF;
581:
582: EXCEPTION
583: WHEN OTHERS THEN
584: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);
585: raise ecx_utils.program_exit;
586:
587: END log;
588:

Line 607: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);

603: -- END IF;
604:
605: EXCEPTION
606: WHEN OTHERS THEN
607: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);
608: raise ecx_utils.program_exit;
609:
610: END log;
611:

Line 633: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);

629: TO_CHAR(i_variable_value,'DD-MON-YYYY HH24:MI:SS'));
630: -- END IF;
631: EXCEPTION
632: WHEN OTHERS THEN
633: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);
634: raise ecx_utils.program_exit;
635:
636: END log;
637:

Line 659: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);

655: -- END IF;
656:
657: EXCEPTION
658: WHEN OTHERS THEN
659: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);
660: raise ecx_utils.program_exit;
661:
662: END log;
663:

Line 685: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);

681: -- END IF;
682:
683: EXCEPTION
684: WHEN OTHERS THEN
685: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);
686: raise ecx_utils.program_exit;
687:
688: END log;
689:

Line 720: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);

716: -- END IF;
717:
718: EXCEPTION
719: WHEN OTHERS THEN
720: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);
721: raise ecx_utils.program_exit;
722:
723: END log;
724:

Line 754: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);

750: -- END IF;
751:
752: EXCEPTION
753: WHEN OTHERS THEN
754: setErrorInfo(2,30,ecx_utils.i_errbuf || ' ECX_DEBUG.LOG: ' || SQLERRM);
755: raise ecx_utils.program_exit;
756:
757: END log;
758:

Line 812: setErrorInfo(2,30,'ECX_UTL_WRITE_ERROR' || '- ECX_DEBUG.PRINT_LOG');

808: WHEN utl_file.write_error THEN
809: if (utl_file.is_open(uFile_type)) then
810: utl_file.fclose(uFile_type);
811: end if;
812: setErrorInfo(2,30,'ECX_UTL_WRITE_ERROR' || '- ECX_DEBUG.PRINT_LOG');
813: raise ecx_utils.program_exit;
814:
815: WHEN utl_file.invalid_path THEN
816: setErrorInfo(2,30,

Line 817: 'ECX_UTL_INVALID_PATH' || ' - ECX_DEBUG.PRINT_LOG');

813: raise ecx_utils.program_exit;
814:
815: WHEN utl_file.invalid_path THEN
816: setErrorInfo(2,30,
817: 'ECX_UTL_INVALID_PATH' || ' - ECX_DEBUG.PRINT_LOG');
818: raise ecx_utils.program_exit;
819:
820: WHEN utl_file.invalid_operation THEN
821: setErrorInfo(2,30,

Line 822: 'ECX_UTL_INVALID_OPERATION' || ' - ECX_DEBUG.PRINT_LOG');

818: raise ecx_utils.program_exit;
819:
820: WHEN utl_file.invalid_operation THEN
821: setErrorInfo(2,30,
822: 'ECX_UTL_INVALID_OPERATION' || ' - ECX_DEBUG.PRINT_LOG');
823: raise ecx_utils.program_exit;
824:
825: WHEN OTHERS THEN
826: if (utl_file.is_open(uFile_type)) then

Line 830: SQLERRM || ' - ECX_DEBUG.PRINT_LOG');

826: if (utl_file.is_open(uFile_type)) then
827: utl_file.fclose(uFile_type);
828: end if;
829: setErrorInfo(2,30,
830: SQLERRM || ' - ECX_DEBUG.PRINT_LOG');
831: raise ecx_utils.program_exit;
832:
833: END print_log;
834:

Line 1263: END ECX_DEBUG;

1259: exception
1260: when others then
1261: null;--do nothing
1262: end log;
1263: END ECX_DEBUG;
1264:
1265: