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.65.12010000.10 2008/11/07 10:46:26 sallumwa ship $ */
3: --
4: /* ============================================================================
5: File Information

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

701: */
702: --
703: -- Package Variables
704: --
705: g_package Varchar2(33) := ' ben_PRTT_ENRT_RESULT_api.';
706: g_debug boolean := hr_utility.debug_enabled;
707: --
708: Function display_boolean(p_condition boolean) return varchar2 is
709: begin

Line 3528: ben_PRTT_ENRT_RESULT_API.update_PRTT_ENRT_RESULT

3524: --
3525: -- Start of API User Hook for the before hook of
3526: -- update_PRTT_ENRT_RESULT
3527: --
3528: ben_PRTT_ENRT_RESULT_API.update_PRTT_ENRT_RESULT
3529: (p_validate => FALSE
3530: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
3531: ,p_effective_start_date => l_effective_start_date
3532: ,p_effective_end_date => l_effective_end_date

Line 5855: ben_prtt_enrt_result_api.delete_prtt_enrt_result

5851: p_effective_start_date =>l_pen.effective_start_date);
5852: fetch c_unrestricted_future into l_dummy;
5853: if c_unrestricted_future%found then
5854: --
5855: ben_prtt_enrt_result_api.delete_prtt_enrt_result
5856: (p_validate => false,
5857: p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id,
5858: p_effective_start_date => l_effective_start_date,
5859: p_effective_end_date => l_effective_end_date,

Line 5872: ben_prtt_enrt_result_api.update_prtt_enrt_result

5868: --
5869: end if;
5870: close c_unrestricted_future;
5871:
5872: ben_prtt_enrt_result_api.update_prtt_enrt_result
5873: (p_validate => FALSE
5874: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
5875: ,p_effective_start_date => l_effective_start_date
5876: ,p_effective_end_date => l_effective_end_date

Line 7816: ben_prtt_enrt_result_api.update_prtt_enrt_result

7812: --
7813: if g_debug then
7814: hr_utility.set_location('Adjusting coverage for '||l_enrt_cvg_end_dt,44333);
7815: end if;
7816: ben_prtt_enrt_result_api.update_prtt_enrt_result
7817: (p_validate => FALSE,
7818: p_prtt_enrt_rslt_id => l_pen5.prtt_enrt_rslt_id,
7819: p_effective_start_date => l_effective_start_date,
7820: p_effective_end_date => l_effective_end_date,

Line 8082: ben_prtt_enrt_result_api.update_prtt_enrt_result

8078: end if;
8079:
8080: --End Bug 5499809
8081:
8082: ben_prtt_enrt_result_api.update_prtt_enrt_result
8083: (p_validate => FALSE
8084: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
8085: ,p_effective_start_date => p_effective_start_date
8086: ,p_effective_end_date => p_effective_end_date

Line 8355: ben_prtt_enrt_result_api.update_prtt_enrt_result

8351: --
8352: if g_debug then
8353: hr_utility.set_location('Adjusting coverage for '||l_enrt_cvg_end_dt,44333);
8354: end if;
8355: ben_prtt_enrt_result_api.update_prtt_enrt_result
8356: (p_validate => FALSE,
8357: p_prtt_enrt_rslt_id => l_pen5.prtt_enrt_rslt_id,
8358: p_effective_start_date => l_effective_start_date,
8359: p_effective_end_date => l_effective_end_date,

Line 8494: ben_prtt_enrt_result_api.update_prtt_enrt_result

8490: l_step := 125;
8491: if g_debug then
8492: hr_utility.set_location('enrt_cvg_end_dt='||l_enrt_cvg_end_dt,19);
8493: end if;
8494: ben_prtt_enrt_result_api.update_prtt_enrt_result
8495: (p_validate => FALSE
8496: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
8497: ,p_effective_start_date => p_effective_start_date
8498: ,p_effective_end_date => p_effective_end_date

Line 8935: ben_prtt_enrt_result_api.update_prtt_enrt_result

8931: l_datetrack_mode := hr_api.g_update ;
8932: l_temp_date:=l_pen.enrt_cvg_strt_dt-1;
8933: end if;
8934: --
8935: ben_prtt_enrt_result_api.update_prtt_enrt_result
8936: (p_validate => FALSE
8937: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
8938: ,p_effective_start_date => p_effective_start_date
8939: ,p_effective_end_date => p_effective_end_date

Line 8951: ben_prtt_enrt_result_api.delete_prtt_enrt_result

8947: ,p_multi_row_validate => p_multi_row_validate
8948: ,p_business_group_id => p_business_group_id
8949: );
8950: else
8951: ben_prtt_enrt_result_api.delete_prtt_enrt_result
8952: (p_validate => FALSE
8953: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
8954: ,p_effective_start_date => p_effective_start_date
8955: ,p_effective_end_date => p_effective_end_date

Line 8995: ben_prtt_enrt_result_api.update_prtt_enrt_result

8991: open c_pen_obj_no (p_per_in_ler_id ,p_prtt_enrt_rslt_id ) ;
8992: fetch c_pen_obj_no into l_object_version_number ;
8993: if c_pen_obj_no%found then
8994: hr_utility.set_location(' correcting the result ovn ' || l_object_version_number , 999 );
8995: ben_prtt_enrt_result_api.update_prtt_enrt_result
8996: (p_validate => FALSE
8997: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
8998: ,p_effective_start_date => p_effective_start_date
8999: ,p_effective_end_date => p_effective_end_date

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

9836: l_total_amt number;
9837: l_pl_typ_names varchar2(600);
9838: l_acrs_ptip c_acrs_ptip%rowtype;
9839:
9840: l_proc varchar2(72) := 'ben_PRTT_ENRT_RESULT_api.chk_coverage_across_plan_types';
9841:
9842: begin
9843:
9844: if g_debug then

Line 10702: ben_prtt_enrt_result_api.multi_rows_edit(p_person_id=> p_person_id

10698: p_called_frm_ss in Boolean default FALSE
10699:
10700: ) is
10701: begin
10702: ben_prtt_enrt_result_api.multi_rows_edit(p_person_id=> p_person_id
10703: ,p_effective_date => p_effective_date
10704: ,p_business_group_id => p_business_group_id
10705: ,p_pgm_id => p_pgm_id
10706: ,p_per_in_ler_id => p_per_in_ler_id

Line 10823: end ben_PRTT_ENRT_RESULT_api;

10819: --
10820: end delete_enrollment_w;
10821: --
10822:
10823: end ben_PRTT_ENRT_RESULT_api;