DBA Data[Home] [Help]

APPS.ECEINI dependencies on ECE_FLATFILE_PVT

Line 203: ece_flatfile_pvt.print_attributes;

199: ROLLBACK WORK;
200:
201: WHEN ec_utils.program_exit then
202: retcode := ec_utils.i_ret_code;
203: ece_flatfile_pvt.print_attributes;
204: ROLLBACK WORK;
205: ec_debug.disable_debug;
206:
207: WHEN OTHERS THEN

Line 211: ece_flatfile_pvt.print_attributes;

207: WHEN OTHERS THEN
208: ROLLBACK WORK;
209: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECEINI.PROCESS_INVOICE_INBOUND');
210: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
211: ece_flatfile_pvt.print_attributes;
212: retcode := 2;
213: ec_debug.disable_debug;
214:
215: END process_invoice_inbound;