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;
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:
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;
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: