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 9472: ben_manage_unres_life_events.delete_elctbl_choice

9468: p_rec => l_rec);
9469: --
9470: else
9471: --
9472: ben_manage_unres_life_events.delete_elctbl_choice
9473: (p_person_id => p_person_id
9474: ,p_effective_date => p_effective_date
9475: ,p_business_group_id => p_business_group_id
9476: ,p_rec => l_rec

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

11724: hr_utility.set_location('SSARKAR p_person_id '|| p_person_id,9909);
11725: hr_utility.set_location('SSARKAR l_pil_row.per_in_ler_id '|| l_pil_row.per_in_ler_id,9909);
11726: hr_utility.set_location('SSARKAR p_effective_date '|| p_effective_date,9909);
11727:
11728: ben_manage_unres_life_events.end_date_elig_per_rows (p_person_id => p_person_id,
11729: p_per_in_ler_id => l_pil_row.per_in_ler_id,
11730: p_effective_date => p_effective_date
11731: );
11732: END IF;

Line 11739: ben_manage_unres_life_events.clear_epe_cache ;

11735: if l_mode not in ('A','P','S','T') then
11736: -- Bug 4640014, deleting EPEs before update_defaults
11737: if l_mode in ('U','R') then
11738: --
11739: ben_manage_unres_life_events.clear_epe_cache ;
11740: --
11741: end if;
11742: --
11743: -- If defaults have changed due to deenrollments then

Line 11898: ben_manage_unres_life_events.clear_cache;

11894: --
11895: if l_mode in ('U', 'R') then
11896: --
11897: update_enrt_rt (p_per_in_ler_id => l_rec.per_in_ler_id);
11898: ben_manage_unres_life_events.clear_cache;
11899: --
11900: end if;
11901: if g_debug then
11902: hr_utility.set_location ('ben_determine_rate_chg '||l_package,10);