DBA Data[Home] [Help]

APPS.IGI_IAC_DEPRN_PKG dependencies on FND_MESSAGE

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

1413: END IF;
1414:
1415:
1416: IF l_account_ccid = -1 THEN
1417: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_ACCOUNT_NOT_FOUND');
1418: FND_MESSAGE.SET_TOKEN('PROCESS','Depreciation',TRUE);
1419: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1420: p_full_path => l_path,
1421: p_remove_from_stack => FALSE);

Line 1418: FND_MESSAGE.SET_TOKEN('PROCESS','Depreciation',TRUE);

1414:
1415:
1416: IF l_account_ccid = -1 THEN
1417: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_ACCOUNT_NOT_FOUND');
1418: FND_MESSAGE.SET_TOKEN('PROCESS','Depreciation',TRUE);
1419: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1420: p_full_path => l_path,
1421: p_remove_from_stack => FALSE);
1422: fnd_file.put_line(fnd_file.log, fnd_message.get);

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

1418: FND_MESSAGE.SET_TOKEN('PROCESS','Depreciation',TRUE);
1419: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
1420: p_full_path => l_path,
1421: p_remove_from_stack => FALSE);
1422: fnd_file.put_line(fnd_file.log, fnd_message.get);
1423:
1424: return FALSE;
1425: END IF;
1426: IF l_account_ccid <> (l_code_comb_id(l_loop_count)) THEN