DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_DETERMINE_ACTUAL_PREMIUM

Line 345: ben_determine_actual_premium.main

341: 25-Jun-99 G Perry 115.108 Added p_rec to ben_comp_object.
342: set_object call.
343: 28-Jun-99 mhoyes 115.109 Added new trace messages.
344: 28-Jun-99 tguy 115.110 Added new call to
345: ben_determine_actual_premium.main
346: 01-JUL-99 pbodla 115.111 Changes related with << Life Event Collision >>
347: added call to get_ori_bckdt_pil()
348: added call to p_lf_evt_clps_restore()
349: 05-JUL-99 mhoyes 115.112 - Externalised c_pln_nip to

Line 12338: -- Assumption is that ben_determine_actual_premium.main and

12334: p_mode => l_mode);
12335: --
12336: end if;
12337: --
12338: -- Assumption is that ben_determine_actual_premium.main and
12339: -- ben_determine_rates.main do not perform any updates to
12340: -- electable choices. Be aware of this assumption when modifying
12341: -- ben_determine_actual_premium and ben_determine_rates.
12342: --

Line 12341: -- ben_determine_actual_premium and ben_determine_rates.

12337: --
12338: -- Assumption is that ben_determine_actual_premium.main and
12339: -- ben_determine_rates.main do not perform any updates to
12340: -- electable choices. Be aware of this assumption when modifying
12341: -- ben_determine_actual_premium and ben_determine_rates.
12342: --
12343: -- Clear electability caches
12344: --
12345: ben_epe_cache.clear_down_cache;

Line 12365: hr_utility.set_location (l_package||'.ben_determine_actual_premium ',10);

12361: if ben_enrolment_requirements.g_any_choice_created
12362: and l_mode not in( 'W', 'M', 'G','I','D') -- added irec
12363: then
12364: if g_debug then
12365: hr_utility.set_location (l_package||'.ben_determine_actual_premium ',10);
12366: end if;
12367: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
12368: fnd_message.set_token('PROC','ben_determine_actual_premium');
12369: --

Line 12368: fnd_message.set_token('PROC','ben_determine_actual_premium');

12364: if g_debug then
12365: hr_utility.set_location (l_package||'.ben_determine_actual_premium ',10);
12366: end if;
12367: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
12368: fnd_message.set_token('PROC','ben_determine_actual_premium');
12369: --
12370: ben_determine_actual_premium.main
12371: (p_person_id => p_person_id,
12372: p_effective_date => p_effective_date,

Line 12370: ben_determine_actual_premium.main

12366: end if;
12367: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
12368: fnd_message.set_token('PROC','ben_determine_actual_premium');
12369: --
12370: ben_determine_actual_premium.main
12371: (p_person_id => p_person_id,
12372: p_effective_date => p_effective_date,
12373: -- added per_in_ler_id for unrestricted enhancement
12374: p_per_in_ler_id => l_rec.per_in_ler_id,