DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_PRINT_LOCAL

Line 497: ecx_print_local.last_printed := -1;

493: end if;
494: if(l_unexpectedEnabled) then
495: ecx_debug.log(l_unexpected,'Clean-up last_printed',i_method_name);
496: end if;
497: ecx_print_local.last_printed := -1;
498:
499: begin
500: if not xmlDOM.isNull(ecx_utils.g_xmldoc) then
501: xmlDOM.freeDocument(xmlDOM.makeDocument(ecx_utils.g_xmldoc));

Line 516: ecx_print_local.last_printed := -1;

512: --ecx_debug.log(l_statement,ecx_utils.i_errbuf,i_method_name);
513: ecx_debug.log(l_unexpected,ecx_debug.getMessage(ecx_utils.i_errbuf,ecx_utils.i_errparams),i_method_name);
514: ecx_debug.log(l_unexpected,'Clean-up last_printed',i_method_name);
515: end if;
516: ecx_print_local.last_printed := -1;
517: if (l_procedureEnabled) then
518: ecx_debug.pop(i_method_name);
519: end if;
520: