DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_MANAGE_CWB_LIFE_EVENTS

Line 6352: ben_manage_cwb_life_events.global_process

6348: ,p_commit => l_commit
6349: );
6350: end if;
6351: --
6352: ben_manage_cwb_life_events.global_process
6353: (errbuf =>l_errbuf,
6354: retcode =>l_retcode,
6355: p_benefit_action_id =>p_benefit_action_id ,
6356: p_effective_date =>p_effective_date,

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

11077: --
11078: -- Bug 5232223
11079: --
11080: if l_not_eligible and l_mode = 'W'
11081: and ben_manage_cwb_life_events.g_cache_group_plan_rec.trk_inelig_per_flag = 'N'
11082: and l_oipl_id is null and l_pl_id is not null
11083: and fnd_global.conc_request_id > 0
11084: then
11085: --

Line 11865: BEN_MANAGE_CWB_LIFE_EVENTS.sum_oipl_rates_and_upd_pl_rate (

11861: -- write into ben_cwb_person_rates.
11862: --
11863: if l_mode = 'W' then
11864: --
11865: BEN_MANAGE_CWB_LIFE_EVENTS.sum_oipl_rates_and_upd_pl_rate (
11866: p_pl_id => l_cwb_pl_id,
11867: p_group_pl_id => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_pl_id,
11868: p_lf_evt_ocrd_dt => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_lf_evt_ocrd_dt,
11869: p_person_id => p_person_id,

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

11863: if l_mode = 'W' then
11864: --
11865: BEN_MANAGE_CWB_LIFE_EVENTS.sum_oipl_rates_and_upd_pl_rate (
11866: p_pl_id => l_cwb_pl_id,
11867: p_group_pl_id => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_pl_id,
11868: p_lf_evt_ocrd_dt => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_lf_evt_ocrd_dt,
11869: p_person_id => p_person_id,
11870: p_assignment_id => null
11871: );

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

11864: --
11865: BEN_MANAGE_CWB_LIFE_EVENTS.sum_oipl_rates_and_upd_pl_rate (
11866: p_pl_id => l_cwb_pl_id,
11867: p_group_pl_id => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_pl_id,
11868: p_lf_evt_ocrd_dt => ben_manage_cwb_life_events.g_cache_group_plan_rec.group_lf_evt_ocrd_dt,
11869: p_person_id => p_person_id,
11870: p_assignment_id => null
11871: );
11872: --