DBA Data[Home] [Help]

APPS.IGIRX_C_IMP_IAC_REP dependencies on FND_FILE

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

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);
257: END imp;
258:
259: END igirx_c_imp_iac_rep;