DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_PRTT_ENRT_RESULT_API

Line 10648: -- ben_prtt_enrt_result_api.g_enrollment_change := FALSE; -- VP 11/08/00

10644: -- Bug 12732878 ud changs end
10645:
10646: dbms_session.free_unused_user_memory;
10647: --
10648: -- ben_prtt_enrt_result_api.g_enrollment_change := FALSE; -- VP 11/08/00
10649: -- p_mode changed to l_mode in following line by Gopal Venkataraman 3/27/01 bug 1636071
10650: if l_mode not in ('A','P','S','T') then
10651: -- p_mode changed to l_mode in following line by Gopal Venkataraman 3/27/01 bug 1636071
10652: if g_debug then

Line 12786: if ben_prtt_enrt_result_api.g_enrollment_change = true then

12782: if l_chk_min_max = 'Y' then
12783: --
12784: -- Check if coverage was terminated in this event.
12785: --
12786: if ben_prtt_enrt_result_api.g_enrollment_change = true then
12787: if g_debug then
12788: hr_utility.set_location ('Enrollment ended ',10);
12789: end if;
12790: for l_rslt_rec in c_get_ended_enrt_rslts(l_rec.per_in_ler_id) loop

Line 12934: ben_prtt_enrt_result_api.g_enrollment_change := true ;

12930: --- this is called for autoenrollment to created person type usaged
12931: if ben_enrolment_requirements.g_auto_choice_created
12932: and l_mode <> 'W' then
12933:
12934: ben_prtt_enrt_result_api.g_enrollment_change := true ;
12935: end if ;
12936:
12937: ben_prtt_enrt_result_api.update_person_type_usages
12938: (p_person_id => p_person_id

Line 12937: ben_prtt_enrt_result_api.update_person_type_usages

12933:
12934: ben_prtt_enrt_result_api.g_enrollment_change := true ;
12935: end if ;
12936:
12937: ben_prtt_enrt_result_api.update_person_type_usages
12938: (p_person_id => p_person_id
12939: ,p_business_group_id => p_business_group_id
12940: ,p_effective_date => p_effective_date
12941: );