DBA Data[Home] [Help]

APPS.IGI_IAC_SALVAGE_PKG dependencies on FND_FILE

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

107: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Error in fetching latest cost and salvage value for the asset', TRUE);
108: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
109: p_full_path => l_path_name,
110: p_remove_from_stack => FALSE);
111: fnd_file.put_line(fnd_file.log, fnd_message.get);
112: RETURN FALSE;
113: WHEN others THEN
114: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);
115: RETURN FALSE;