DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_ELIG_CVRD_DPNT_API

Line 4032: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(

4028: else
4029: l_egd_datetrack_mode := hr_api.g_correction;
4030: end if;
4031:
4032: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(
4033: p_elig_cvrd_dpnt_id => l_egd.elig_cvrd_dpnt_id,
4034: p_effective_start_date => p_effective_start_date,
4035: p_effective_end_date => p_effective_end_date,
4036: p_business_group_id => p_business_group_id,

Line 4050: ben_ELIG_CVRD_DPNT_api.chk_max_num_dpnt_for_pen (

4046: p_multi_row_actn => FALSE);
4047: --
4048: -- Bug 1418754
4049: --
4050: ben_ELIG_CVRD_DPNT_api.chk_max_num_dpnt_for_pen (
4051: p_prtt_enrt_rslt_id => p_PRTT_ENRT_RSLT_ID,
4052: p_effective_date => p_effective_date,
4053: p_business_group_id => p_business_group_id);
4054: --

Line 9567: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt

9563: --
9564: if l_per_in_ler_id is null then
9565: l_per_in_ler_id := orec.per_in_ler_id;
9566: end if;
9567: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt
9568: (p_validate => FALSE
9569: ,p_business_group_id => p_business_group_id
9570: ,p_elig_cvrd_dpnt_id => orec.elig_cvrd_dpnt_id
9571: ,p_effective_start_date => orec.effective_start_date

Line 9669: ben_elig_cvrd_dpnt_api.delete_elig_cvrd_dpnt

9665:
9666: --
9667: -- Bug 2386000 Added new parameter p_called_from not to unsuspend the
9668: -- enrollment which is going to be deleted.
9669: ben_elig_cvrd_dpnt_api.delete_elig_cvrd_dpnt
9670: (p_validate => FALSE
9671: ,p_elig_cvrd_dpnt_id => orec.elig_cvrd_dpnt_id
9672: ,p_effective_start_date => orec.effective_start_date
9673: ,p_business_group_id => p_business_group_id