DBA Data[Home] [Help]

APPS.PER_KR_EXTRA_ASSIGNMENT_RULES dependencies on HR_API

Line 72: if nvl(p_establishment_id, hr_api.g_number) <> nvl(p_establishment_id_o, hr_api.g_number) then

68: hr_utility.trace ('KR Legislation not installed. Not performing the validations.');
69: return;
70: end if;
71:
72: if nvl(p_establishment_id, hr_api.g_number) <> nvl(p_establishment_id_o, hr_api.g_number) then
73: chk_establishment_id(
74: p_establishment_id => p_establishment_id,
75: p_assignment_type => p_assignment_type,
76: p_payroll_id => p_payroll_id,