DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PURGE_IAC_PKG dependencies on FND_FILE

Line 70: fnd_file.put_line(fnd_file.log, errbuf);

66: igi_iac_debug_pkg.debug_other_msg(p_level => g_state_level,
67: p_full_path => l_path_name,
68: p_remove_from_stack => FALSE);
69: Errbuf := fnd_message.get;
70: fnd_file.put_line(fnd_file.log, errbuf);
71: retcode := 2 ;
72: RETURN ;
73: end if;
74:

Line 98: fnd_file.put_line(fnd_file.log, errbuf);

94: fnd_message.set_name ('IGI','IGI_IAC_PURGE_IAC_ERROR');
95: fnd_message.set_token('ERROR', sqlerrm);
96: fnd_message.set_token('OPERATION', 'fetch period and corporate book info');
97: Errbuf := fnd_message.get;
98: fnd_file.put_line(fnd_file.log, errbuf);
99: raise igi_imp_purge_iac_exception ;
100: END;
101:
102: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,p_full_path => l_path_name,

Line 114: fnd_file.put_line(fnd_file.log, errbuf);

110: fnd_message.set_name ('IGI','IGI_IMP_IAC_TXNS_AFTER_TFR');
111: igi_iac_debug_pkg.debug_other_msg(p_level => g_state_level,p_full_path => l_path_name,
112: p_remove_from_stack => FALSE);
113: Errbuf := fnd_message.get;
114: fnd_file.put_line(fnd_file.log, errbuf);
115: retcode := 2 ;
116: RETURN ;
117: End If;
118:

Line 135: fnd_file.put_line(fnd_file.log, errbuf);

131: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
132: p_full_path => l_path_name,
133: p_remove_from_stack => FALSE);
134: Errbuf := fnd_message.get;
135: fnd_file.put_line(fnd_file.log, errbuf);
136: raise igi_imp_purge_iac_exception ;
137: END IF;
138:
139: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,p_full_path => l_path_name,

Line 277: fnd_file.put_line(fnd_file.log, errbuf);

273: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
274: p_full_path => l_path_name,
275: p_remove_from_stack => FALSE);
276: Errbuf := fnd_message.get;
277: fnd_file.put_line(fnd_file.log, errbuf);
278: raise igi_imp_purge_iac_exception ;
279: END IF;
280: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
281: p_full_path => l_path_name,

Line 302: fnd_file.put_line(fnd_file.log, errbuf);

298: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
299: p_full_path => l_path_name,
300: p_remove_from_stack => FALSE);
301: Errbuf := fnd_message.get;
302: fnd_file.put_line(fnd_file.log, errbuf);
303: raise igi_imp_purge_iac_exception ;
304: END IF;
305: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
306: p_full_path => l_path_name,