DBA Data[Home] [Help]

APPS.HR_LEGISLATION_SUBGROUPS_PKG_1 dependencies on HR_UTILITY

Line 19: hr_utility.set_location('hr_legislation_subgroups_pkg_1.b_check_duplicate_in',1);

15: or (p_rowid is not null and chartorowid(p_rowid) <> rowid));
16: --
17: begin
18: --
19: hr_utility.set_location('hr_legislation_subgroups_pkg_1.b_check_duplicate_in',1);
20: --
21: open c1;
22: --
23: fetch c1 into l_exists;

Line 25: hr_utility.set_message('801', 'HR_6890_PAY_LEG_SUB');

21: open c1;
22: --
23: fetch c1 into l_exists;
24: IF c1%found THEN
25: hr_utility.set_message('801', 'HR_6890_PAY_LEG_SUB');
26: close c1;
27: hr_utility.raise_error;
28: END IF;
29: --

Line 27: hr_utility.raise_error;

23: fetch c1 into l_exists;
24: IF c1%found THEN
25: hr_utility.set_message('801', 'HR_6890_PAY_LEG_SUB');
26: close c1;
27: hr_utility.raise_error;
28: END IF;
29: --
30: close c1;
31: --