DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_MANAGE_CWB_LIFE_EVENTS

Line 6755: ben_manage_cwb_life_events.global_process

6751: ,p_commit => l_commit
6752: );
6753: end if;
6754: --
6755: ben_manage_cwb_life_events.global_process
6756: (errbuf =>l_errbuf,
6757: retcode =>l_retcode,
6758: p_benefit_action_id =>p_benefit_action_id ,
6759: p_effective_date =>p_effective_date,

Line 11591: and ben_manage_cwb_life_events.g_cache_group_plan_rec.trk_inelig_per_flag = 'N'

11587: --
11588: -- Bug 5232223
11589: --
11590: if l_not_eligible and l_mode = 'W'
11591: and ben_manage_cwb_life_events.g_cache_group_plan_rec.trk_inelig_per_flag = 'N'
11592: and l_oipl_id is null and l_pl_id is not null
11593: -- and fnd_global.conc_request_id > 0 /* Bug 8290746 */
11594: then
11595: --

Line 12444: BEN_MANAGE_CWB_LIFE_EVENTS.sum_oipl_rates_and_upd_pl_rate (

12440: -- write into ben_cwb_person_rates.
12441: --
12442: if l_mode = 'W' then
12443: --
12444: BEN_MANAGE_CWB_LIFE_EVENTS.sum_oipl_rates_and_upd_pl_rate (
12445: p_pl_id => l_cwb_pl_id,
12446: p_group_pl_id => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_pl_id,
12447: p_lf_evt_ocrd_dt => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_lf_evt_ocrd_dt,
12448: p_person_id => p_person_id,

Line 12446: p_group_pl_id => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_pl_id,

12442: if l_mode = 'W' then
12443: --
12444: BEN_MANAGE_CWB_LIFE_EVENTS.sum_oipl_rates_and_upd_pl_rate (
12445: p_pl_id => l_cwb_pl_id,
12446: p_group_pl_id => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_pl_id,
12447: p_lf_evt_ocrd_dt => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_lf_evt_ocrd_dt,
12448: p_person_id => p_person_id,
12449: p_assignment_id => null
12450: );

Line 12447: p_lf_evt_ocrd_dt => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_lf_evt_ocrd_dt,

12443: --
12444: BEN_MANAGE_CWB_LIFE_EVENTS.sum_oipl_rates_and_upd_pl_rate (
12445: p_pl_id => l_cwb_pl_id,
12446: p_group_pl_id => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_pl_id,
12447: p_lf_evt_ocrd_dt => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_lf_evt_ocrd_dt,
12448: p_person_id => p_person_id,
12449: p_assignment_id => null
12450: );
12451: --