DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_PRINT_LOCAL

Line 498: ecx_print_local.last_printed := -1;

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

Line 517: ecx_print_local.last_printed := -1;

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