DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on HR_PSF_DEL

Line 4513: hr_psf_del.del(

4509: hr_utility.set_message(8301,'GHR_38504_POS_OVN_NOTFOUND');
4510: hr_utility.raise_error;
4511: -- raise error;
4512: end if;
4513: hr_psf_del.del(
4514: p_position_id => p_position_id,
4515: p_effective_start_date => l_effective_start_date,
4516: p_effective_end_date => l_effective_end_date,
4517: p_object_version_number => l_ovn,

Line 4546: hr_psf_del.del(

4542: close c_get_ovn;
4543: hr_utility.set_message(8301,'GHR_38504_POS_OVN_NOTFOUND');
4544: hr_utility.raise_error;
4545: end if;
4546: hr_psf_del.del(
4547: p_position_id => p_position_id,
4548: p_effective_start_date => l_effective_start_date,
4549: p_effective_end_date => l_effective_end_date,
4550: p_object_version_number => l_ovn,