DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on HREMPTER

Line 686: hrempter.cancel_termination(

682: end loop;
683:
684: -- Moved after history handling due to bug# 1316321
685: -- call core HR api to cancel the termination.
686: hrempter.cancel_termination(
687: p_person_id => p_sf52_data.person_id,
688: p_Actual_termination_date => p_sf52_data.effective_date
689: );
690: -- added to resolve bug#2205014

Line 691: -- Commented the following procedure call as this is included in hrempter.cancel_termination

687: p_person_id => p_sf52_data.person_id,
688: p_Actual_termination_date => p_sf52_data.effective_date
689: );
690: -- added to resolve bug#2205014
691: -- Commented the following procedure call as this is included in hrempter.cancel_termination
692: -- through Core HR Bug#3889294
693: /* hr_per_type_usage_internal.cancel_person_type_usage
694: (p_effective_date => p_sf52_data.effective_date + 1
695: ,p_person_id => p_sf52_data.person_id