DBA Data[Home] [Help]

APPS.HR_APPRAISALS_UTIL_SS dependencies on HR_UTILITY

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

230: --
231: -- The inputs / outputs of the Fast Formula are incorrect
232: -- so raise an error.
233: --
234: hr_utility.set_message(800,'HR_34964_BAD_FF_DEFINITION');
235: hr_utility.raise_error;
236:
237: WHEN OTHERS THEN
238: RAISE;

Line 235: hr_utility.raise_error;

231: -- The inputs / outputs of the Fast Formula are incorrect
232: -- so raise an error.
233: --
234: hr_utility.set_message(800,'HR_34964_BAD_FF_DEFINITION');
235: hr_utility.raise_error;
236:
237: WHEN OTHERS THEN
238: RAISE;
239:

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

374: --
375: -- The inputs / outputs of the Fast Formula are incorrect
376: -- so raise an error.
377: --
378: hr_utility.set_message(800,'HR_34964_BAD_FF_DEFINITION');
379: hr_utility.raise_error;
380:
381: WHEN OTHERS THEN
382: RAISE;

Line 379: hr_utility.raise_error;

375: -- The inputs / outputs of the Fast Formula are incorrect
376: -- so raise an error.
377: --
378: hr_utility.set_message(800,'HR_34964_BAD_FF_DEFINITION');
379: hr_utility.raise_error;
380:
381: WHEN OTHERS THEN
382: RAISE;
383:

Line 859: hr_utility.set_location('Point 3.1 ', 1);

855:
856: open csr_wkr_status(approverId);
857: fetch csr_wkr_status into current_wkr_flag;
858: if csr_wkr_status%notfound then
859: hr_utility.set_location('Point 3.1 ', 1);
860: return 'N';
861: end if;
862: close csr_wkr_status;
863: