DBA Data[Home] [Help]

APPS.ECEASNI dependencies on ECE_FLATFILE_PVT

Line 145: ece_flatfile_pvt.print_attributes;

141:
142: WHEN EC_UTILS.PROGRAM_EXIT then
143: rollback work;
144: retcode := ec_utils.i_ret_code;
145: ece_flatfile_pvt.print_attributes;
146: ec_debug.disable_debug;
147: WHEN OTHERS THEN
148: retcode := 2;
149: rollback work;

Line 152: ece_flatfile_pvt.print_attributes;

148: retcode := 2;
149: rollback work;
150: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECEASNI.PROCESS_ASNI_INBOUND');
151: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
152: ece_flatfile_pvt.print_attributes;
153: ec_debug.disable_debug;
154: end process_ASNI_inbound;
155:
156: procedure process_sbni_inbound

Line 262: ece_flatfile_pvt.print_attributes;

258:
259: WHEN EC_UTILS.PROGRAM_EXIT then
260: rollback work;
261: retcode := ec_utils.i_ret_code;
262: ece_flatfile_pvt.print_attributes;
263: ec_debug.disable_debug;
264: WHEN OTHERS THEN
265: retcode := 2;
266: rollback work;

Line 269: ece_flatfile_pvt.print_attributes;

265: retcode := 2;
266: rollback work;
267: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECEASNI.PROCESS_SBNI_INBOUND');
268: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
269: ece_flatfile_pvt.print_attributes;
270: ec_debug.disable_debug;
271: end process_SBNI_inbound;
272:
273: end eceasni;