DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_PRTT_ENRT_RESULT_API

Line 1: Package Body ben_PRTT_ENRT_RESULT_api as

1: Package Body ben_PRTT_ENRT_RESULT_api as
2: /* $Header: bepenapi.pkb 120.105.12020000.4 2013/03/05 22:51:16 stee ship $ */
3: --
4: /* ============================================================================
5: File Information

Line 768: g_package Varchar2(33) := ' ben_PRTT_ENRT_RESULT_api.';

764: */
765: --
766: -- Package Variables
767: --
768: g_package Varchar2(33) := ' ben_PRTT_ENRT_RESULT_api.';
769: g_debug boolean := hr_utility.debug_enabled;
770:
771: /* Added for Bug 7561395*/
772:

Line 3723: ben_PRTT_ENRT_RESULT_API.update_PRTT_ENRT_RESULT

3719: --
3720: -- Start of API User Hook for the before hook of
3721: -- update_PRTT_ENRT_RESULT
3722: --
3723: ben_PRTT_ENRT_RESULT_API.update_PRTT_ENRT_RESULT
3724: (p_validate => FALSE
3725: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
3726: ,p_effective_start_date => l_effective_start_date
3727: ,p_effective_end_date => l_effective_end_date

Line 6144: ben_prtt_enrt_result_api.delete_prtt_enrt_result

6140: p_effective_start_date =>l_pen.effective_start_date);
6141: fetch c_unrestricted_future into l_dummy;
6142: if c_unrestricted_future%found then
6143: --
6144: ben_prtt_enrt_result_api.delete_prtt_enrt_result
6145: (p_validate => false,
6146: p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id,
6147: p_effective_start_date => l_effective_start_date,
6148: p_effective_end_date => l_effective_end_date,

Line 6161: ben_prtt_enrt_result_api.update_prtt_enrt_result

6157: --
6158: end if;
6159: close c_unrestricted_future;
6160:
6161: ben_prtt_enrt_result_api.update_prtt_enrt_result
6162: (p_validate => FALSE
6163: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
6164: ,p_effective_start_date => l_effective_start_date
6165: ,p_effective_end_date => l_effective_end_date

Line 9290: ben_prtt_enrt_result_api.delete_prtt_enrt_result

9286: close c_last_pil_pen;
9287: l_del_next_chg_pen := l_last_pil_pen;
9288: hr_utility.set_location('l_del_next_chg_pen.prtt_enrt_rslt_id : '||l_del_next_chg_pen.prtt_enrt_rslt_id,1);
9289: --------delete the next change corresponding to old pen
9290: ben_prtt_enrt_result_api.delete_prtt_enrt_result
9291: (p_validate => false,
9292: p_prtt_enrt_rslt_id => l_del_next_chg_pen.prtt_enrt_rslt_id,
9293: p_effective_start_date => p_effective_start_date,
9294: p_effective_end_date => p_effective_end_date,

Line 9310: ben_prtt_enrt_result_api.update_prtt_enrt_result

9306: end if;
9307: ---------------Bug 8222481
9308: --End Bug 5499809
9309:
9310: ben_prtt_enrt_result_api.update_prtt_enrt_result
9311: (p_validate => FALSE
9312: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
9313: ,p_effective_start_date => p_effective_start_date
9314: ,p_effective_end_date => p_effective_end_date

Line 9682: ben_prtt_enrt_result_api.update_prtt_enrt_result

9678: l_step := 125;
9679: if g_debug then
9680: hr_utility.set_location('enrt_cvg_end_dt='||l_enrt_cvg_end_dt,19);
9681: end if;
9682: ben_prtt_enrt_result_api.update_prtt_enrt_result
9683: (p_validate => FALSE
9684: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
9685: ,p_effective_start_date => p_effective_start_date
9686: ,p_effective_end_date => p_effective_end_date

Line 10429: ben_prtt_enrt_result_api.update_prtt_enrt_result

10425: l_datetrack_mode := hr_api.g_update ;
10426: l_temp_date:=l_pen.enrt_cvg_strt_dt-1;
10427: end if;
10428: --
10429: ben_prtt_enrt_result_api.update_prtt_enrt_result
10430: (p_validate => FALSE
10431: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
10432: ,p_effective_start_date => p_effective_start_date
10433: ,p_effective_end_date => p_effective_end_date

Line 10490: ben_prtt_enrt_result_api.delete_prtt_enrt_result

10486: end if; -- sspndd_flag = 'N'
10487: --
10488: -- end 12583091
10489: --
10490: ben_prtt_enrt_result_api.delete_prtt_enrt_result
10491: (p_validate => FALSE
10492: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
10493: ,p_effective_start_date => p_effective_start_date
10494: ,p_effective_end_date => p_effective_end_date

Line 10534: ben_prtt_enrt_result_api.update_prtt_enrt_result

10530: open c_pen_obj_no (p_per_in_ler_id ,p_prtt_enrt_rslt_id ) ;
10531: fetch c_pen_obj_no into l_object_version_number ;
10532: if c_pen_obj_no%found then
10533: hr_utility.set_location(' correcting the result ovn ' || l_object_version_number , 999 );
10534: ben_prtt_enrt_result_api.update_prtt_enrt_result
10535: (p_validate => FALSE
10536: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
10537: ,p_effective_start_date => p_effective_start_date
10538: ,p_effective_end_date => p_effective_end_date

Line 10642: ben_prtt_enrt_result_api.update_prtt_enrt_result

10638: --
10639: hr_utility.set_location('stee l_enrt_cvg_end_dt '||l_enrt_cvg_end_dt,60);
10640: hr_utility.set_location('stee l_interim stat cd '||l_interim_enrt.prtt_enrt_rslt_stat_cd,60);
10641: if l_interim_enrt.prtt_enrt_rslt_stat_cd is null then
10642: ben_prtt_enrt_result_api.update_prtt_enrt_result
10643: (p_validate => FALSE
10644: ,p_prtt_enrt_rslt_id => l_interim_enrt.prtt_enrt_rslt_id
10645: ,p_effective_start_date => p_effective_start_date
10646: ,p_effective_end_date => p_effective_end_date

Line 11438: l_proc varchar2(72) := 'ben_PRTT_ENRT_RESULT_api.chk_coverage_across_plan_types';

11434: l_total_amt number;
11435: l_pl_typ_names varchar2(600);
11436: l_acrs_ptip c_acrs_ptip%rowtype;
11437:
11438: l_proc varchar2(72) := 'ben_PRTT_ENRT_RESULT_api.chk_coverage_across_plan_types';
11439:
11440: begin
11441:
11442: if g_debug then

Line 12301: ben_prtt_enrt_result_api.multi_rows_edit(p_person_id=> p_person_id

12297: p_called_frm_ss in Boolean default FALSE
12298:
12299: ) is
12300: begin
12301: ben_prtt_enrt_result_api.multi_rows_edit(p_person_id=> p_person_id
12302: ,p_effective_date => p_effective_date
12303: ,p_business_group_id => p_business_group_id
12304: ,p_pgm_id => p_pgm_id
12305: ,p_per_in_ler_id => p_per_in_ler_id

Line 12422: end ben_PRTT_ENRT_RESULT_api;

12418: --
12419: end delete_enrollment_w;
12420: --
12421:
12422: end ben_PRTT_ENRT_RESULT_api;