DBA Data[Home] [Help]

APPS.PER_PDS_UPD dependencies on HR_EX_EMPLOYEE_INTERNAL

Line 274: if hr_ex_employee_internal.g_mask_pds_ler = FALSE then

270: -- combined terminate_employee BSP the LER processing at the
271: -- PDS level is masked and performed once at the end of the terminate.
272: -- This is a fix to bug 2344139.
273: --
274: if hr_ex_employee_internal.g_mask_pds_ler = FALSE then
275: l_old.PERSON_ID := per_pds_shd.g_old_rec.person_id;
276: l_old.BUSINESS_GROUP_ID := per_pds_shd.g_old_rec.business_group_id;
277: l_old.DATE_START := per_pds_shd.g_old_rec.date_start;
278: l_old.ACTUAL_TERMINATION_DATE := per_pds_shd.g_old_rec.actual_termination_date;