DBA Data[Home] [Help]

APPS.IGI_IAC_ADDITIONS_PKG dependencies on FND_FILE

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

452: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The category is not set up for book in IAC Options', TRUE);
453: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
454: p_full_path => l_path_name,
455: p_remove_from_stack => FALSE);
456: fnd_file.put_line(fnd_file.log, fnd_message.get);
457: return FALSE;
458: END IF;
459:
460: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

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

550: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','The price indexes are not setup properly. Atleast one period in catchup has the index 9999.99', TRUE);
551: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
552: p_full_path => l_path_name,
553: p_remove_from_stack => FALSE);
554: fnd_file.put_line(fnd_file.log, fnd_message.get);
555: return FALSE;
556: END IF;
557:
558: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,