DBA Data[Home] [Help]

APPS.HR_GENERAL2 dependencies on HR_PERSON_TYPE_USAGE_INFO

Line 243: l_exists := hr_person_type_usage_info.is_person_of_type

239:
240: --
241: -- Call the PTU consolidated function.
242: --
243: l_exists := hr_person_type_usage_info.is_person_of_type
244: (p_effective_date => p_effective_date
245: ,p_person_id => p_person_id
246: ,p_system_person_type => p_person_type);
247: