DBA Data[Home] [Help]

APPS.PER_KR_EXTRA_ASSIGNMENT_RULES dependencies on HR_API

Line 66: if nvl(p_establishment_id, hr_api.g_number) <> nvl(p_establishment_id_o, hr_api.g_number) 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
67: chk_establishment_id(
68: p_establishment_id => p_establishment_id,
69: p_assignment_type => p_assignment_type,
70: p_payroll_id => p_payroll_id,