DBA Data[Home] [Help]

APPS.ECEASNI dependencies on ECEASNI

Line 1: package body ECEASNI as

1: package body ECEASNI as
2: -- $Header: ECWASNIB.pls 120.2 2005/09/30 07:25:45 arsriniv ship $
3: procedure process_asni_docs
4: (
5: i_transaction_type IN varchar2,

Line 10: ec_debug.push('ECEASNI.PROCESS_ASNI_DOCS');

6: i_run_id IN number
7: )
8: is
9: BEGIN
10: ec_debug.push('ECEASNI.PROCESS_ASNI_DOCS');
11: ec_debug.pl(3,'i_transaction_type',i_transaction_type);
12: ec_debug.pl(3,'i_run_id',i_run_id);
13:
14: /**

Line 27: ec_debug.pop('ECEASNI.PROCESS_ASNI_DOCS');

23: i_run_id => i_run_id
24: );
25: ec_debug.pl(0,'EC','ECE_FINISH_GENERIC_INBOUND','TRANSACTION_TYPE',i_transaction_type);
26:
27: ec_debug.pop('ECEASNI.PROCESS_ASNI_DOCS');
28: EXCEPTION
29: WHEN EC_UTILS.PROGRAM_EXIT then
30: raise;
31: WHEN OTHERS THEN

Line 32: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECEASNI.PROCESS_ASNI_DOCS');

28: EXCEPTION
29: WHEN EC_UTILS.PROGRAM_EXIT then
30: raise;
31: WHEN OTHERS THEN
32: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECEASNI.PROCESS_ASNI_DOCS');
33: ec_debug.pl(0,'EC','ECE_ERROR_MESSAGE','ERROR_MESSAGE',SQLERRM);
34: ec_utils.i_ret_code :=2;
35: raise EC_UTILS.PROGRAM_EXIT;
36: end process_asni_docs;

Line 60: ec_debug.push('ECEASNI.PROCESS_ASNI_INBOUND');

56:
57: begin
58: ec_debug.enable_debug(i_debug_mode);
59: ec_debug.pl(0,'EC','ECE_START_INBOUND','TRANSACTION_TYPE',i_transaction_type);
60: ec_debug.push('ECEASNI.PROCESS_ASNI_INBOUND');
61: ec_debug.pl(3,'i_file_path',i_file_path);
62: ec_debug.pl(3,'i_file_name',i_file_name);
63: ec_debug.pl(3,'i_run_import',i_run_import);
64: ec_debug.pl(3,'i_map_id',i_map_id);

Line 132: ec_debug.pop('ECEASNI.PROCESS_ASNI_INBOUND');

128:
129: ec_debug.pl(3,'retcode',retcode);
130: ec_debug.pl(3,'errbuf',errbuf);
131: ec_debug.pl(3,'i_submit_id',i_submit_id);
132: ec_debug.pop('ECEASNI.PROCESS_ASNI_INBOUND');
133: ec_debug.pl(0,'EC','ECE_END_INBOUND','TRANSACTION_TYPE',i_transaction_type);
134: ec_debug.disable_debug;
135: EXCEPTION
136: WHEN ece_transaction_disabled THEN

Line 150: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECEASNI.PROCESS_ASNI_INBOUND');

146: ec_debug.disable_debug;
147: WHEN OTHERS THEN
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;

Line 178: ec_debug.push('ECEASNI.PROCESS_SBNI_INBOUND');

174:
175: begin
176: ec_debug.enable_debug(i_debug_mode);
177: ec_debug.pl(0,'EC','ECE_START_INBOUND','TRANSACTION_TYPE',i_transaction_type);
178: ec_debug.push('ECEASNI.PROCESS_SBNI_INBOUND');
179: ec_debug.pl(3,'i_file_path',i_file_path);
180: ec_debug.pl(3,'i_file_name',i_file_name);
181: ec_debug.pl(3,'i_run_import',i_run_import);
182: ec_debug.pl(3,'i_map_id',i_map_id);

Line 249: ec_debug.pop('ECEASNI.PROCESS_SBNI_INBOUND');

245:
246: ec_debug.pl(3,'retcode',retcode);
247: ec_debug.pl(3,'errbuf',errbuf);
248: ec_debug.pl(3,'i_submit_id',i_submit_id);
249: ec_debug.pop('ECEASNI.PROCESS_SBNI_INBOUND');
250: ec_debug.pl(0,'EC','ECE_END_INBOUND','TRANSACTION_TYPE',i_transaction_type);
251: ec_debug.disable_debug;
252: EXCEPTION
253: WHEN ece_transaction_disabled THEN

Line 267: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','ECEASNI.PROCESS_SBNI_INBOUND');

263: ec_debug.disable_debug;
264: WHEN OTHERS THEN
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;

Line 273: end eceasni;

269: ece_flatfile_pvt.print_attributes;
270: ec_debug.disable_debug;
271: end process_SBNI_inbound;
272:
273: end eceasni;