DBA Data[Home] [Help]

APPS.BEN_MANAGE_OVERRIDE dependencies on BEN_ELIG_CVRD_DPNT_API

Line 760: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(

756: hr_utility.set_location('Entering '||l_package,10);
757: -- End dependents
758: for l_pdp in c_pdp(p_prtt_enrt_rslt_id,p_effective_date) loop
759: --
760: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(
761: p_elig_cvrd_dpnt_id => l_pdp.elig_cvrd_dpnt_id,
762: p_effective_start_date => l_effective_start_date,
763: p_effective_end_date => l_effective_end_date,
764: p_business_group_id => l_pdp.business_group_id,

Line 988: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(

984: hr_utility.set_location('Entering '||l_package,10);
985: -- End dependents
986: for l_pdp in c_pdp(p_prtt_enrt_rslt_id,p_effective_date) loop
987: --
988: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(
989: p_elig_cvrd_dpnt_id => l_pdp.elig_cvrd_dpnt_id,
990: p_effective_start_date => l_effective_start_date,
991: p_effective_end_date => l_effective_end_date,
992: p_business_group_id => l_pdp.business_group_id,