DBA Data[Home] [Help]

APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_ELIG_DPNT_API

Line 4868: ben_ELIG_DPNT_api.process_dependent(

4864: open c_epe_dpnt(bckdt_pen_dpnts_rec.dpnt_person_id);
4865: fetch c_epe_dpnt into l_epe_dpnt_rec;
4866: if c_epe_dpnt%found then
4867: l_pdp_cr_up_flag := TRUE;
4868: ben_ELIG_DPNT_api.process_dependent(
4869: p_elig_dpnt_id => l_epe_dpnt_rec.elig_dpnt_id,
4870: p_business_group_id => p_business_group_id,
4871: p_effective_date => p_effective_date, -- Bug : 5124 As per Jeana, data
4872: -- should be reinstated with system date

Line 4902: ben_ELIG_DPNT_api.process_dependent(

4898: open c_epe_dpnt(bckdt_pen_dpnts_rec.dpnt_person_id);
4899: fetch c_epe_dpnt into l_epe_dpnt_rec;
4900: if c_epe_dpnt%found then
4901: l_pdp_cr_up_flag := TRUE;
4902: ben_ELIG_DPNT_api.process_dependent(
4903: p_elig_dpnt_id => l_epe_dpnt_rec.elig_dpnt_id,
4904: p_business_group_id => p_business_group_id,
4905: p_effective_date => p_effective_date, -- Bug : 5124 As per Jeana, data
4906: -- should be reinstated with system date