DBA Data[Home] [Help]

APPS.IGI_IAC_ADDITIONS_PKG dependencies on FND_FILE

Line 439: fnd_file.put_line(fnd_file.log, fnd_message.get);

435: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The category is not set up for book in IAC Options', TRUE);
436: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
437: p_full_path => l_path_name,
438: p_remove_from_stack => FALSE);
439: fnd_file.put_line(fnd_file.log, fnd_message.get);
440: return FALSE;
441: END IF;
442:
443: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

Line 537: fnd_file.put_line(fnd_file.log, fnd_message.get);

533: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The price indexes are not setup properly. Atleast one period in catchup has the index 9999.99', TRUE);
534: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
535: p_full_path => l_path_name,
536: p_remove_from_stack => FALSE);
537: fnd_file.put_line(fnd_file.log, fnd_message.get);
538: return FALSE;
539: END IF;
540:
541: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,