DBA Data[Home] [Help]

APPS.IGIRX_C_IMP_IAC_REP dependencies on IGI_IAC_DEBUG_PKG

Line 84: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);

80:
81: EXCEPTION
82: WHEN OTHERS
83: THEN
84: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);
85: RETURN FALSE ;
86: END ;
87:
88:

Line 206: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

202: l_path_name VARCHAR2(150) := g_path||'imp';
203:
204: BEGIN
205:
206: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
207: p_full_path => l_path_name,
208: p_string => 'book_type_code: '||argument1);
209:
210: h_request_id := fnd_global.conc_request_id;

Line 227: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

223: retcode := 0 ;
224: RETURN ;
225:
226: ELSE
227: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
228: p_full_path => l_path_name,
229: p_string => 'Before calling inner procedure, request id: '||h_request_id);
230:
231: igirx_imp_iac_rep.imp(

Line 240: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

236: retcode => retcode,
237: errbuf => errbuf);
238: END IF;
239:
240: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
241: p_full_path => l_path_name,
242: p_string => 'Reconciliation Implementation Outer wrapper completed successfully');
243: retcode := 0;
244: errbuf := 'Successful!';

Line 252: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,

248: retcode := 2;
249: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
250: FND_MESSAGE.SET_TOKEN('PACKAGE','igirx_c_imp_iac_rep');
251: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Reconciliation Implementation outer wrapper did not complete successfully');
252: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
253: p_full_path => l_path_name,
254: p_remove_from_stack => FALSE);
255: errbuf := FND_MESSAGE.GET;
256: fnd_file.put_line(fnd_file.log, errbuf);