DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_ELIG_CVRD_DPNT_API

Line 4264: ben_elig_cvrd_dpnt_api.delete_elig_cvrd_dpnt

4260: hr_utility.set_location('last pil pdp found',1);
4261: hr_utility.set_location('l_last_pil_pdp.elig_cvrd_dpnt_id : '|| l_last_pil_pdp.elig_cvrd_dpnt_id,1);
4262: hr_utility.set_location('l_last_pil_pdp.effective_start_date : '|| l_last_pil_pdp.effective_start_date,1);
4263: hr_utility.set_location('l_last_pil_pdp.object_version_number : '|| l_last_pil_pdp.object_version_number,1);
4264: ben_elig_cvrd_dpnt_api.delete_elig_cvrd_dpnt
4265: (p_validate => FALSE
4266: ,p_elig_cvrd_dpnt_id => l_last_pil_pdp.elig_cvrd_dpnt_id
4267: ,p_effective_start_date => p_effective_start_date
4268: ,p_business_group_id => p_business_group_id

Line 4320: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(

4316: end if;
4317: hr_utility.set_location('9881657 l_new_dpnt_cvg_thru_dt' || l_new_dpnt_cvg_thru_dt, 123.123);
4318: --9881657
4319:
4320: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt(
4321: p_elig_cvrd_dpnt_id => l_egd.elig_cvrd_dpnt_id,
4322: p_effective_start_date => p_effective_start_date,
4323: p_effective_end_date => p_effective_end_date,
4324: p_business_group_id => p_business_group_id,

Line 4338: ben_ELIG_CVRD_DPNT_api.chk_max_num_dpnt_for_pen (

4334: p_multi_row_actn => FALSE);
4335: --
4336: -- Bug 1418754
4337: --
4338: ben_ELIG_CVRD_DPNT_api.chk_max_num_dpnt_for_pen (
4339: p_prtt_enrt_rslt_id => p_PRTT_ENRT_RSLT_ID,
4340: p_effective_date => p_effective_date,
4341: p_business_group_id => p_business_group_id);
4342: --

Line 11165: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt

11161: --
11162: if l_per_in_ler_id is null then
11163: l_per_in_ler_id := orec.per_in_ler_id;
11164: end if;
11165: ben_elig_cvrd_dpnt_api.update_elig_cvrd_dpnt
11166: (p_validate => FALSE
11167: ,p_business_group_id => p_business_group_id
11168: ,p_elig_cvrd_dpnt_id => orec.elig_cvrd_dpnt_id
11169: ,p_effective_start_date => orec.effective_start_date

Line 11267: ben_elig_cvrd_dpnt_api.delete_elig_cvrd_dpnt

11263:
11264: --
11265: -- Bug 2386000 Added new parameter p_called_from not to unsuspend the
11266: -- enrollment which is going to be deleted.
11267: ben_elig_cvrd_dpnt_api.delete_elig_cvrd_dpnt
11268: (p_validate => FALSE
11269: ,p_elig_cvrd_dpnt_id => orec.elig_cvrd_dpnt_id
11270: ,p_effective_start_date => orec.effective_start_date
11271: ,p_business_group_id => p_business_group_id