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 11798: -- Assumption is that ben_determine_actual_premium.main and

11794: p_mode => l_mode);
11795: --
11796: end if;
11797: --
11798: -- Assumption is that ben_determine_actual_premium.main and
11799: -- ben_determine_rates.main do not perform any updates to
11800: -- electable choices. Be aware of this assumption when modifying
11801: -- ben_determine_actual_premium and ben_determine_rates.
11802: --

Line 11801: -- ben_determine_actual_premium and ben_determine_rates.

11797: --
11798: -- Assumption is that ben_determine_actual_premium.main and
11799: -- ben_determine_rates.main do not perform any updates to
11800: -- electable choices. Be aware of this assumption when modifying
11801: -- ben_determine_actual_premium and ben_determine_rates.
11802: --
11803: -- Clear electability caches
11804: --
11805: ben_epe_cache.clear_down_cache;

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

11821: if ben_enrolment_requirements.g_any_choice_created
11822: and l_mode not in( 'W', 'M', 'G','I','D') -- added irec
11823: then
11824: if g_debug then
11825: hr_utility.set_location (l_package||'.ben_determine_actual_premium ',10);
11826: end if;
11827: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11828: fnd_message.set_token('PROC','ben_determine_actual_premium');
11829: --

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

11824: if g_debug then
11825: hr_utility.set_location (l_package||'.ben_determine_actual_premium ',10);
11826: end if;
11827: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11828: fnd_message.set_token('PROC','ben_determine_actual_premium');
11829: --
11830: ben_determine_actual_premium.main
11831: (p_person_id => p_person_id,
11832: p_effective_date => p_effective_date,

Line 11830: ben_determine_actual_premium.main

11826: end if;
11827: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11828: fnd_message.set_token('PROC','ben_determine_actual_premium');
11829: --
11830: ben_determine_actual_premium.main
11831: (p_person_id => p_person_id,
11832: p_effective_date => p_effective_date,
11833: -- added per_in_ler_id for unrestricted enhancement
11834: p_per_in_ler_id => l_rec.per_in_ler_id,