DBA Data[Home] [Help]

APPS.RLM_INBOUND_SV dependencies on EC_UTILS

Line 108: ec_utils.g_stack.DELETE;

104: --
105: /** Initialize the Stack Table **/
106: ec_debug.pl(0,'EC','ECE_END_STAGING','TRANSACTION_TYPE',p_transaction_type);
107: --
108: ec_utils.g_stack.DELETE;
109: --
110: ec_debug.pl(0,'EC','ECE_START_GENERIC_INBOUND',
111: 'TRANSACTION_TYPE', p_transaction_type);
112: --

Line 174: retcode := ec_utils.i_ret_code;

170: END IF;
171: --
172: COMMIT;
173: --
174: retcode := ec_utils.i_ret_code;
175: ec_debug.pl(3,'retcode',retcode);
176: ec_debug.pl(3,'errbuf',errbuf);
177: ec_debug.pop('RLM_INBOUND_SV.PROCESS_INBOUND');
178: ec_debug.pl(0,'EC','ECE_END_INBOUND','TRANSACTION_TYPE',p_transaction_type);

Line 199: WHEN EC_UTILS.PROGRAM_EXIT then

195: retcode := 1;
196: ec_debug.disable_debug;
197: ROLLBACK WORK;
198: --
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;

Line 201: errbuf := ec_utils.i_errbuf;

197: ROLLBACK WORK;
198: --
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;

Line 202: retcode := ec_utils.i_ret_code;

198: --
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: --