DBA Data[Home] [Help]

APPS.ECEINI dependencies on ECE_FLATFILE_PVT

Line 204: ece_flatfile_pvt.print_attributes;

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

Line 212: ece_flatfile_pvt.print_attributes;

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