DBA Data[Home] [Help]

APPS.BEN_PDP_UPD dependencies on BEN_ELIG_DPNT

Line 471: update ben_elig_dpnt

467: -- Start of API User Hook for post_update.
468: --
469: if p_rec.cvg_strt_dt > p_rec.cvg_thru_dt then
470: hr_utility.set_location('new update in update rhi :'||l_proc, 5);
471: update ben_elig_dpnt
472: set elig_cvrd_dpnt_id = null
473: where elig_cvrd_dpnt_id = p_rec.elig_cvrd_dpnt_id
474: and dpnt_person_id = p_rec.dpnt_person_id
475: and per_in_ler_id = p_rec.per_in_ler_id;