DBA Data[Home] [Help]

APPS.PAY_DK_ARCHIVE_EIN dependencies on FND_MESSAGE

Line 4251: fnd_file.put_line(fnd_file.log,'Error raised in DEINITIALIZATION_CODE :'|| fnd_message.get_string('PER','HR_377071_DK_FORIEGN_BINCOME'));

4247: /* 9001660 */
4248: /* fnd_file.put_line(fnd_file.log,'Error raised in DEINITIALIZATION_CODE : The Payroll used for processing normal employees must not be used for processing employees with only B income.
4249: Please process the employees with only B Income on a different Payroll.');
4250: */
4251: fnd_file.put_line(fnd_file.log,'Error raised in DEINITIALIZATION_CODE :'|| fnd_message.get_string('PER','HR_377071_DK_FORIEGN_BINCOME'));
4252: RAISE;
4253: WHEN others THEN
4254: IF g_debug THEN
4255: hr_utility.set_location('error raised in DEINITIALIZATION_CODE ',5);