DBA Data[Home] [Help]

APPS.PER_MM_JOB_REQUIREMENTS_PKG dependencies on HR_UTILITY

Line 26: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');

22: exception
23: when no_data_found then
24: null;
25: when others then
26: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
27: hr_utility.set_message_token('PROCEDURE','insert_child_rows');
28: hr_utility.set_message_token('STEP','1');
29: hr_utility.raise_error;
30:

Line 27: hr_utility.set_message_token('PROCEDURE','insert_child_rows');

23: when no_data_found then
24: null;
25: when others then
26: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
27: hr_utility.set_message_token('PROCEDURE','insert_child_rows');
28: hr_utility.set_message_token('STEP','1');
29: hr_utility.raise_error;
30:
31: end load_rows;

Line 28: hr_utility.set_message_token('STEP','1');

24: null;
25: when others then
26: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
27: hr_utility.set_message_token('PROCEDURE','insert_child_rows');
28: hr_utility.set_message_token('STEP','1');
29: hr_utility.raise_error;
30:
31: end load_rows;
32: --

Line 29: hr_utility.raise_error;

25: when others then
26: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
27: hr_utility.set_message_token('PROCEDURE','insert_child_rows');
28: hr_utility.set_message_token('STEP','1');
29: hr_utility.raise_error;
30:
31: end load_rows;
32: --
33: --