DBA Data[Home] [Help]

APPS.PER_ASG_BUS1 dependencies on HR_GENERAL2

Line 4736: IF NOT hr_general2.is_person_type(p_person_id,'CWK',p_effective_date) THEN

4732: end if;
4733: --
4734: -- If the person is not a contractor then raise an error
4735: --
4736: IF NOT hr_general2.is_person_type(p_person_id,'CWK',p_effective_date) THEN
4737: --
4738: hr_utility.set_message(801, 'HR_289646_PER_TYPE_NOT_CWK');
4739: hr_utility.raise_error;
4740: --