DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on HREMPTER

Line 661: hrempter.cancel_termination(

657: end loop;
658:
659: -- Moved after history handling due to bug# 1316321
660: -- call core HR api to cancel the termination.
661: hrempter.cancel_termination(
662: p_person_id => p_sf52_data.person_id,
663: p_Actual_termination_date => p_sf52_data.effective_date
664: );
665: -- added to resolve bug#2205014

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

662: p_person_id => p_sf52_data.person_id,
663: p_Actual_termination_date => p_sf52_data.effective_date
664: );
665: -- added to resolve bug#2205014
666: -- Commented the following procedure call as this is included in hrempter.cancel_termination
667: -- through Core HR Bug#3889294
668: /* hr_per_type_usage_internal.cancel_person_type_usage
669: (p_effective_date => p_sf52_data.effective_date + 1
670: ,p_person_id => p_sf52_data.person_id