DBA Data[Home] [Help]

APPS.BEN_DT_TRGR_HANDLE dependencies on HR_PER_TYPE_USAGE_INTERNAL

Line 835: hr_per_type_usage_internal.cancel_person_type_usage

831: if g_debug then
832: hr_utility.set_location('Cancel ptu s for contact_id : '||l_ptu_index.person_id
833: ||' Of Type : '||l_ptu_index.system_person_type, 1012);
834: end if;
835: hr_per_type_usage_internal.cancel_person_type_usage
836: ( p_effective_date =>(p_pds_old_atd+1)
837: ,p_person_id => l_ptu_index.person_id
838: ,p_system_person_type => l_ptu_index.system_person_type
839: );