DBA Data[Home] [Help]

APPS.BEN_DT_TRGR_HANDLE dependencies on HR_PER_TYPE_USAGE_INTERNAL

Line 911: hr_per_type_usage_internal.cancel_person_type_usage

907: if g_debug then
908: hr_utility.set_location('Cancel ptu s for contact_id : '||l_ptu_index.person_id
909: ||' Of Type : '||l_ptu_index.system_person_type, 1012);
910: end if;
911: hr_per_type_usage_internal.cancel_person_type_usage
912: ( p_effective_date =>(p_pds_old_atd+1)
913: ,p_person_id => l_ptu_index.person_id
914: ,p_system_person_type => l_ptu_index.system_person_type
915: );