DBA Data[Home] [Help]

APPS.HR_PERSON_API dependencies on HR_GENERAL2

Line 673: if not hr_general2.is_person_type

669: end if;
670: --
671: -- Check if the new person type is valid for current person type
672:
673: if not hr_general2.is_person_type
674: (p_person_id,l_current_system_person_type,l_effective_date) then
675: fnd_message.set_name('PER','PER_289603_CWK_INV_PERSON_TYPE');
676: fnd_message.raise_error;
677: end if;