DBA Data[Home] [Help]

APPS.HR_APPRAISALS_UTIL_SS dependencies on HR_UTILITY

Line 222: hr_utility.set_message(800,'HR_34964_BAD_FF_DEFINITION');

218: --
219: -- The inputs / outputs of the Fast Formula are incorrect
220: -- so raise an error.
221: --
222: hr_utility.set_message(800,'HR_34964_BAD_FF_DEFINITION');
223: hr_utility.raise_error;
224:
225: WHEN OTHERS THEN
226: RAISE;

Line 223: hr_utility.raise_error;

219: -- The inputs / outputs of the Fast Formula are incorrect
220: -- so raise an error.
221: --
222: hr_utility.set_message(800,'HR_34964_BAD_FF_DEFINITION');
223: hr_utility.raise_error;
224:
225: WHEN OTHERS THEN
226: RAISE;
227:

Line 364: hr_utility.set_message(800,'HR_34964_BAD_FF_DEFINITION');

360: --
361: -- The inputs / outputs of the Fast Formula are incorrect
362: -- so raise an error.
363: --
364: hr_utility.set_message(800,'HR_34964_BAD_FF_DEFINITION');
365: hr_utility.raise_error;
366:
367: WHEN OTHERS THEN
368: RAISE;

Line 365: hr_utility.raise_error;

361: -- The inputs / outputs of the Fast Formula are incorrect
362: -- so raise an error.
363: --
364: hr_utility.set_message(800,'HR_34964_BAD_FF_DEFINITION');
365: hr_utility.raise_error;
366:
367: WHEN OTHERS THEN
368: RAISE;
369: