DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on HR_PSF_DEL

Line 4197: hr_psf_del.del(

4193: hr_utility.set_message(8301,'GHR_38504_POS_OVN_NOTFOUND');
4194: hr_utility.raise_error;
4195: -- raise error;
4196: end if;
4197: hr_psf_del.del(
4198: p_position_id => p_position_id,
4199: p_effective_start_date => l_effective_start_date,
4200: p_effective_end_date => l_effective_end_date,
4201: p_object_version_number => l_ovn,

Line 4217: hr_psf_del.del(

4213: close c_get_ovn;
4214: hr_utility.set_message(8301,'GHR_38504_POS_OVN_NOTFOUND');
4215: hr_utility.raise_error;
4216: end if;
4217: hr_psf_del.del(
4218: p_position_id => p_position_id,
4219: p_effective_start_date => l_effective_start_date,
4220: p_effective_end_date => l_effective_end_date,
4221: p_object_version_number => l_ovn,