DBA Data[Home] [Help]

APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_CLOSE_ENROLLMENT

Line 7401: ben_close_enrollment.close_single_enrollment

7397: -- backed out pil's status is PROCD.
7398: --
7399: if l_cls_enrt_flag then
7400: --
7401: ben_close_enrollment.close_single_enrollment
7402: (p_per_in_ler_id => p_per_in_ler_id
7403: ,p_effective_date => nvl(l_max_enrt_esd,p_effective_date)
7404: ,p_business_group_id => p_business_group_id
7405: ,p_close_cd => 'FORCE'

Line 11047: ben_close_enrollment.close_single_enrollment

11043: /*Bug 13711703 */
11044: if( nvl(l_reopen_le_on_reprocess,'N') = 'N') then
11045: hr_utility.set_location('Calling close_single_enrollment ',609);
11046: --
11047: ben_close_enrollment.close_single_enrollment
11048: (p_per_in_ler_id => p_per_in_ler_id
11049: ,p_effective_date => nvl(l_max_enrt_esd,p_effective_date)
11050: ,p_business_group_id => p_business_group_id
11051: ,p_close_cd => 'FORCE'

Line 11137: ben_close_enrollment.close_single_enrollment

11133: /*Bug 13711703 */
11134: if( nvl(l_reopen_le_on_reprocess,'N') = 'N') then
11135: hr_utility.set_location('Calling close_single_enrollment ',610);
11136: --
11137: ben_close_enrollment.close_single_enrollment
11138: (p_per_in_ler_id => p_per_in_ler_id
11139: ,p_effective_date => nvl(l_max_enrt_esd,p_effective_date)
11140: ,p_business_group_id => p_business_group_id
11141: ,p_close_cd => 'FORCE'

Line 11873: ben_close_enrollment.reopen_single_life_event

11869:
11870: hr_utility.set_location( ' p_bckdt_per_in_ler_id'||p_bckdt_per_in_ler_id,99) ;
11871: hr_utility.set_location( ' l_bckt_csd_per_in_ler_id ' || l_bckt_csd_per_in_ler_id, 99 );
11872:
11873: ben_close_enrollment.reopen_single_life_event
11874: (p_per_in_ler_id => p_bckdt_per_in_ler_id
11875: ,p_person_id => p_person_id
11876: ,p_lf_evt_ocrd_dt => l_bckdt_lf_evt_ocrd_dt
11877: ,p_effective_date => p_effective_date

Line 12817: ben_close_enrollment.close_single_enrollment

12813: /*Bug 8807327: Added 'if' condition. While backing out the LE,if previous LE does not have
12814: electability and no enrollments results then previous LE status will not be updated to 'STRTD' status.
12815: So there is no need to force close the previous LE*/
12816: if ( ben_back_out_life_event.g_no_reopen_flag = 'N') then
12817: ben_close_enrollment.close_single_enrollment
12818: (p_per_in_ler_id => p_per_in_ler_id
12819: ,p_effective_date => nvl(l_max_enrt_esd,p_effective_date)
12820: ,p_business_group_id => p_business_group_id
12821: ,p_close_cd => 'FORCE'