DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_PRTT_ENRT_RESULT_API

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

10163: l_defer_deenrl_tbl.delete;
10164: -- End
10165: dbms_session.free_unused_user_memory;
10166: --
10167: -- ben_prtt_enrt_result_api.g_enrollment_change := FALSE; -- VP 11/08/00
10168: -- p_mode changed to l_mode in following line by Gopal Venkataraman 3/27/01 bug 1636071
10169: if l_mode not in ('A','P','S','T') then
10170: -- p_mode changed to l_mode in following line by Gopal Venkataraman 3/27/01 bug 1636071
10171: if g_debug then

Line 12168: if ben_prtt_enrt_result_api.g_enrollment_change = true then

12164: if l_chk_min_max = 'Y' then
12165: --
12166: -- Check if coverage was terminated in this event.
12167: --
12168: if ben_prtt_enrt_result_api.g_enrollment_change = true then
12169: if g_debug then
12170: hr_utility.set_location ('Enrollment ended ',10);
12171: end if;
12172: for l_rslt_rec in c_get_ended_enrt_rslts(l_rec.per_in_ler_id) loop

Line 12316: ben_prtt_enrt_result_api.g_enrollment_change := true ;

12312: --- this is called for autoenrollment to created person type usaged
12313: if ben_enrolment_requirements.g_auto_choice_created
12314: and l_mode <> 'W' then
12315:
12316: ben_prtt_enrt_result_api.g_enrollment_change := true ;
12317: end if ;
12318:
12319: ben_prtt_enrt_result_api.update_person_type_usages
12320: (p_person_id => p_person_id

Line 12319: ben_prtt_enrt_result_api.update_person_type_usages

12315:
12316: ben_prtt_enrt_result_api.g_enrollment_change := true ;
12317: end if ;
12318:
12319: ben_prtt_enrt_result_api.update_person_type_usages
12320: (p_person_id => p_person_id
12321: ,p_business_group_id => p_business_group_id
12322: ,p_effective_date => p_effective_date
12323: );