DBA Data[Home] [Help]

APPS.RLM_INBOUND_SV dependencies on ECE_FLATFILE_PVT

Line 203: ece_flatfile_pvt.print_attributes;

199: WHEN EC_UTILS.PROGRAM_EXIT then
200: --
201: errbuf := ec_utils.i_errbuf;
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 214: ece_flatfile_pvt.print_attributes;

210: 'RLM_INBOUND_SV.PROCESS_INBOUND');
211: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
212: retcode := 2;
213: ROLLBACK WORK;
214: ece_flatfile_pvt.print_attributes;
215: ec_debug.disable_debug;
216: --
217: END PROCESS_INBOUND;
218: