DBA Data[Home] [Help]

APPS.PQH_FR_UTILITY dependencies on HR_PERSON_TYPE_USAGE_INFO

Line 762: return hr_person_type_usage_info.is_person_of_type

758: IS
759:
760: Begin
761:
762: return hr_person_type_usage_info.is_person_of_type
763: (p_effective_date => p_effective_date
764: ,p_person_id => p_person_id
765: ,p_system_person_type => 'EMP');
766:

Line 773: return hr_person_type_usage_info.is_person_of_type

769: Function is_worker_CWK(p_person_id in number, p_effective_date in date) return boolean
770: IS
771: Begin
772:
773: return hr_person_type_usage_info.is_person_of_type
774: (p_effective_date => p_effective_date
775: ,p_person_id => p_person_id
776: ,p_system_person_type => 'CWK');
777: