DBA Data[Home] [Help]

APPS.BEN_COLLAPSE_LIFE_EVENT dependencies on BEN_BACK_OUT_LIFE_EVENT

Line 507: ben_back_out_life_event.back_out_life_events

503: fetch get_all_fut_pils into l_pil_rec;
504: exit when get_all_fut_pils%notfound;
505: --
506: hr_utility.set_location('Backing Out UNPROCD Future '|| l_pil_rec.per_in_ler_id, 50);
507: ben_back_out_life_event.back_out_life_events
508: (p_per_in_ler_id => l_pil_rec.per_in_ler_id,
509: p_bckt_per_in_ler_id => null,
510: p_bckt_stat_cd => 'UNPROCD',
511: p_business_group_id => p_business_group_id,

Line 534: ben_back_out_life_event.back_out_life_events

530: hr_utility.set_location('PROCD g_included_events '|| g_included_events(l_count).ler_id, 50);
531: /* Bug 7583015: Added if else condition.VOIDD if not winning LE, else backout the winning LE to UNPROCD*/
532: if(g_included_events(l_count).ler_id <> p_events.eval_ler_id) then
533: hr_utility.set_location('Backing Out VOID '|| l_per_in_ler_id, 50);
534: ben_back_out_life_event.back_out_life_events
535: (p_per_in_ler_id => l_per_in_ler_id,
536: p_bckt_per_in_ler_id => null,
537: p_bckt_stat_cd => 'VOIDD',
538: p_business_group_id => p_business_group_id,

Line 543: ben_back_out_life_event.back_out_life_events

539: p_effective_date => p_effective_date);
540: l_flag := true;
541: else
542: hr_utility.set_location('Backing Out UNPROCD '|| l_per_in_ler_id, 50);
543: ben_back_out_life_event.back_out_life_events
544: (p_per_in_ler_id => l_per_in_ler_id,
545: p_bckt_per_in_ler_id => null,
546: p_bckt_stat_cd => 'UNPROCD',
547: p_business_group_id => p_business_group_id,

Line 696: ben_back_out_life_event.back_out_life_events

692: close c_chk_evt_procd;
693: open c_get_pil_id;
694: fetch c_get_pil_id into l_win_per_in_ler_id;
695: if(c_get_pil_id%found) then
696: ben_back_out_life_event.back_out_life_events
697: (p_per_in_ler_id => l_win_per_in_ler_id,
698: p_bckt_per_in_ler_id => null,
699: p_bckt_stat_cd => 'UNPROCD',
700: p_business_group_id => p_business_group_id,