DBA Data[Home] [Help]

APPS.HR_GENERAL2 dependencies on HR_PERSON_TYPE_USAGE_INFO

Line 255: l_exists := hr_person_type_usage_info.is_person_of_type

251:
252: --
253: -- Call the PTU consolidated function.
254: --
255: l_exists := hr_person_type_usage_info.is_person_of_type
256: (p_effective_date => p_effective_date
257: ,p_person_id => p_person_id
258: ,p_system_person_type => p_person_type);
259: