DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_UTILITIES dependencies on FND_MESSAGE

Line 1410: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_ACCOUNT_NOT_FOUND');

1406: END IF;
1407:
1408:
1409: IF l_account_ccid = -1 THEN
1410: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_ACCOUNT_NOT_FOUND');
1411: FND_MESSAGE.SET_TOKEN('PROCESS','Revaluation',TRUE);
1412: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1413: p_full_path => l_path,
1414: p_remove_from_stack => FALSE);

Line 1411: FND_MESSAGE.SET_TOKEN('PROCESS','Revaluation',TRUE);

1407:
1408:
1409: IF l_account_ccid = -1 THEN
1410: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_ACCOUNT_NOT_FOUND');
1411: FND_MESSAGE.SET_TOKEN('PROCESS','Revaluation',TRUE);
1412: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1413: p_full_path => l_path,
1414: p_remove_from_stack => FALSE);
1415: fnd_file.put_line(fnd_file.log, fnd_message.get);

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

1411: FND_MESSAGE.SET_TOKEN('PROCESS','Revaluation',TRUE);
1412: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1413: p_full_path => l_path,
1414: p_remove_from_stack => FALSE);
1415: fnd_file.put_line(fnd_file.log, fnd_message.get);
1416:
1417: return FALSE;
1418: END IF;
1419: