DBA Data[Home] [Help]

APPS.BEN_PDP_DEL dependencies on BEN_ELIG_DPNT

Line 306: update ben_elig_dpnt

302:
303:
304: if p_datetrack_mode <> hr_api.g_future_change then
305: hr_utility.set_location('update the elig dpnt - cvrd_dpnt_id ', 5);
306: update ben_elig_dpnt
307: set elig_cvrd_dpnt_id = null
308: where elig_cvrd_dpnt_id = p_rec.elig_cvrd_dpnt_id
309: and dpnt_person_id = ben_pdp_shd.g_old_rec.dpnt_person_id
310: and per_in_ler_id = ben_pdp_shd.g_old_rec.per_in_ler_id;