DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_MANAGE_UNRES_LIFE_EVENTS

Line 849: ben_manage_unres_life_events.

845: 12-Feb-02 mhoyes 115.281 - Added write_bft_statistics and
846: init_bft_statistics.
847: - Moved delete_elctbl_choice and
848: update_in_pend_flag to
849: ben_manage_unres_life_events.
850: 12-Feb-02 mhoyes 115.282 - Removed dbms_output.
851: 15-Feb-02 rpillay 115.283 - Bug# 2214961 removed check for
852: Ineligibility (l_continue_loop)
853: for CWB (l_mode = 'W')

Line 1078: 06-Oct-05 rbingi 115.394 Bug 4640014 Added call to ben_manage_unres_life_events.clear_epe_cache

1074: 03-Aug-05 rbingi 115.391 Bug 4394545: Erroring if cwb_process(BENCOMOD) is submitted through SRS
1075: (Not by other Conc Request)
1076: 12-Sep-05 ikasire 115.392 Bug 4463267 added new procedure call update_susp_if_ctfn_flag
1077: 22-sep-05 ssarkar 115.393 Bug 4621751 irec2 -- offer assignment
1078: 06-Oct-05 rbingi 115.394 Bug 4640014 Added call to ben_manage_unres_life_events.clear_epe_cache
1079: 10-nov-05 ssarkar 115.395 IREC2: Called post_irec_process_update.
1080: 17-nov-05 nhunur 115.396 bug - 4743143 - gsp changes in check_business_rules, grade_step_process.
1081: 03-Jan-06 nhunur 115.397 cwb - changes for person type param.
1082: 02-Feb-06 swjain 115.398 CWB Thread Num Enhancement

Line 9880: ben_manage_unres_life_events.delete_elctbl_choice

9876: p_rec => l_rec);
9877: --
9878: else
9879: --
9880: ben_manage_unres_life_events.delete_elctbl_choice
9881: (p_person_id => p_person_id
9882: ,p_effective_date => p_effective_date
9883: ,p_business_group_id => p_business_group_id
9884: ,p_rec => l_rec

Line 12268: ben_manage_unres_life_events.end_date_elig_per_rows (p_person_id => p_person_id,

12264: hr_utility.set_location('SSARKAR p_person_id '|| p_person_id,9909);
12265: hr_utility.set_location('SSARKAR l_pil_row.per_in_ler_id '|| l_pil_row.per_in_ler_id,9909);
12266: hr_utility.set_location('SSARKAR p_effective_date '|| p_effective_date,9909);
12267:
12268: ben_manage_unres_life_events.end_date_elig_per_rows (p_person_id => p_person_id,
12269: p_per_in_ler_id => l_pil_row.per_in_ler_id,
12270: p_effective_date => p_effective_date
12271: );
12272: END IF;

Line 12279: ben_manage_unres_life_events.clear_epe_cache ;

12275: if l_mode not in ('A','P','S','T') then
12276: -- Bug 4640014, deleting EPEs before update_defaults
12277: if l_mode in ('U','R') then
12278: --
12279: ben_manage_unres_life_events.clear_epe_cache ;
12280: --
12281: end if;
12282: --
12283: -- If defaults have changed due to deenrollments then

Line 12409: fetch c_ecr_ch into ben_manage_unres_life_events.g_unrest_ecr_instance_row;

12405: for i in 1..t_epe_tbl.last loop
12406: hr_utility.set_location (' within ecr t_epe_tbl(i) '||t_epe_tbl(i),11);
12407: open c_ecr_ch (t_epe_tbl(i));
12408: loop
12409: fetch c_ecr_ch into ben_manage_unres_life_events.g_unrest_ecr_instance_row;
12410: if c_ecr_ch%found then
12411: hr_utility.set_location ('enrt id'||ben_manage_unres_life_events.g_unrest_ecr_instance_row.enrt_rt_id,11);
12412: hr_utility.set_location ('ecr ovn '||ben_manage_unres_life_events.g_unrest_ecr_instance_row.object_version_number,11);
12413: ben_manage_unres_life_events.g_unrest_ecr_instance(l_cnt) := ben_manage_unres_life_events.g_unrest_ecr_instance_row;

Line 12411: hr_utility.set_location ('enrt id'||ben_manage_unres_life_events.g_unrest_ecr_instance_row.enrt_rt_id,11);

12407: open c_ecr_ch (t_epe_tbl(i));
12408: loop
12409: fetch c_ecr_ch into ben_manage_unres_life_events.g_unrest_ecr_instance_row;
12410: if c_ecr_ch%found then
12411: hr_utility.set_location ('enrt id'||ben_manage_unres_life_events.g_unrest_ecr_instance_row.enrt_rt_id,11);
12412: hr_utility.set_location ('ecr ovn '||ben_manage_unres_life_events.g_unrest_ecr_instance_row.object_version_number,11);
12413: ben_manage_unres_life_events.g_unrest_ecr_instance(l_cnt) := ben_manage_unres_life_events.g_unrest_ecr_instance_row;
12414: l_cnt := l_cnt + 1;
12415: else

Line 12412: hr_utility.set_location ('ecr ovn '||ben_manage_unres_life_events.g_unrest_ecr_instance_row.object_version_number,11);

12408: loop
12409: fetch c_ecr_ch into ben_manage_unres_life_events.g_unrest_ecr_instance_row;
12410: if c_ecr_ch%found then
12411: hr_utility.set_location ('enrt id'||ben_manage_unres_life_events.g_unrest_ecr_instance_row.enrt_rt_id,11);
12412: hr_utility.set_location ('ecr ovn '||ben_manage_unres_life_events.g_unrest_ecr_instance_row.object_version_number,11);
12413: ben_manage_unres_life_events.g_unrest_ecr_instance(l_cnt) := ben_manage_unres_life_events.g_unrest_ecr_instance_row;
12414: l_cnt := l_cnt + 1;
12415: else
12416: exit;

Line 12413: ben_manage_unres_life_events.g_unrest_ecr_instance(l_cnt) := ben_manage_unres_life_events.g_unrest_ecr_instance_row;

12409: fetch c_ecr_ch into ben_manage_unres_life_events.g_unrest_ecr_instance_row;
12410: if c_ecr_ch%found then
12411: hr_utility.set_location ('enrt id'||ben_manage_unres_life_events.g_unrest_ecr_instance_row.enrt_rt_id,11);
12412: hr_utility.set_location ('ecr ovn '||ben_manage_unres_life_events.g_unrest_ecr_instance_row.object_version_number,11);
12413: ben_manage_unres_life_events.g_unrest_ecr_instance(l_cnt) := ben_manage_unres_life_events.g_unrest_ecr_instance_row;
12414: l_cnt := l_cnt + 1;
12415: else
12416: exit;
12417: end if;

Line 12477: ben_manage_unres_life_events.clear_cache;

12473: --
12474: if l_mode in ('U', 'R') then
12475: --
12476: update_enrt_rt (p_per_in_ler_id => l_rec.per_in_ler_id);
12477: ben_manage_unres_life_events.clear_cache;
12478: --
12479: end if;
12480: if g_debug then
12481: hr_utility.set_location ('ben_determine_rate_chg '||l_package,10);