DBA Data[Home] [Help]

APPS.PER_KR_EXTRA_ASSIGNMENT_RULES dependencies on HR_UTILITY

Line 20: if not hr_utility.chk_product_install('Oracle Human Resources', 'KR') then

16: between date_from and nvl(date_to, p_effective_date);
17: begin
18:
19: -- 4409795: skip validation if KR legislation is not installed
20: if not hr_utility.chk_product_install('Oracle Human Resources', 'KR') then
21: hr_utility.trace ('KR Legislation not installed. Not performing the validations.');
22: return;
23: end if;
24:

Line 21: hr_utility.trace ('KR Legislation not installed. Not performing the validations.');

17: begin
18:
19: -- 4409795: skip validation if KR legislation is not installed
20: if not hr_utility.chk_product_install('Oracle Human Resources', 'KR') then
21: hr_utility.trace ('KR Legislation not installed. Not performing the validations.');
22: return;
23: end if;
24:
25: --

Line 61: if not hr_utility.chk_product_install('Oracle Human Resources', 'KR') then

57: begin
58:
59: -- 4409795: skip validation if KR legislation is not installed
60:
61: if not hr_utility.chk_product_install('Oracle Human Resources', 'KR') then
62: hr_utility.trace ('KR Legislation not installed. Not performing the validations.');
63: return;
64: end if;
65:

Line 62: hr_utility.trace ('KR Legislation not installed. Not performing the validations.');

58:
59: -- 4409795: skip validation if KR legislation is not installed
60:
61: if not hr_utility.chk_product_install('Oracle Human Resources', 'KR') then
62: hr_utility.trace ('KR Legislation not installed. Not performing the validations.');
63: return;
64: end if;
65:
66: if nvl(p_establishment_id, hr_api.g_number) <> nvl(p_establishment_id_o, hr_api.g_number) then