DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_EXPORT_PKG dependencies on IGI_IAC_DEBUG_PKG

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

113: l_filename := trim_invalid_chars(p_book)||'_'||trim_invalid_chars(category_name)||'_'||to_char(l_get_groups.group_id)||'_'||'out.csv';
114: l_fname_with_locn := l_file_loc||l_filename;
115:
116: /* call the concurrent process to run igiimpef.sql*/
117: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
118: p_full_path => l_path_name,
119: p_string => ' Group_id is ' || l_get_groups.group_id
120: || ' File : ' || l_filename);
121:

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

255:
256: WHEN IGI_IAC_NOT_ENABLED Then
257: fnd_message.set_name('IGI','IGI_GEN_PROD_NOT_INSTALLED');
258: fnd_message.set_token('OPTION_NAME','IAC');
259: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
260: p_full_path => l_path_name,
261: p_remove_from_stack => FALSE);
262: Errbuf:=fnd_message.get;
263: fnd_file.put_line(fnd_file.log, errbuf);

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

264: retcode :=2;
265:
266: WHEN IGI_IMP_IAC_GROUP_NOTFOUND Then
267: fnd_message.set_name('IGI','IGI_IMP_IAC_NO_GROUPS');
268: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
269: p_full_path => l_path_name,
270: p_remove_from_stack => FALSE);
271: Errbuf:=fnd_message.get;
272: fnd_file.put_line(fnd_file.log, errbuf);

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

273: retcode:=2;
274:
275: WHEN IGI_IAC_REQUEST_SUB_ERR then
276: fnd_message.retrieve(l_message);
277: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
278: p_full_path => l_path_name,
279: p_remove_from_stack => FALSE);
280: retcode:=2;
281: errbuf:=l_message;