DBA Data[Home] [Help]

APPS.HR_LOCATION_API dependencies on HR_GENERAL2

Line 606: if hr_general2.is_location_legal_adr(p_location_id => p_location_id) then

602: l_language_code := p_language_code;
603: hr_api.validate_language_code(p_language_code => l_language_code);
604: hr_utility.set_location(l_proc, 20);
605:
606: if hr_general2.is_location_legal_adr(p_location_id => p_location_id) then
607: --
608: --
609: -- Check that the non updateable parameter for legal address has
610: -- not been passed in.