DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_DETERMINE_RATES

Line 141: 12 Jun 98 Ty Hayden 110.50 Added call to ben_determine_rates

137: when eligibility fails for a plan
138: or program.
139: 11 Jun 98 G Perry 110.49 Including logic for temporal
140: life event processing.
141: 12 Jun 98 Ty Hayden 110.50 Added call to ben_determine_rates
142: 12 Jun 98 G Perry 110.51 Fixed error when defaulting
143: person types for contacts.
144: 13 Jun 98 G Perry 110.52 Added Message names
145: Added parameter output.

Line 11799: -- ben_determine_rates.main do not perform any updates to

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: --
11803: -- Clear electability caches

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 11847: fnd_message.set_token('PROC','ben_determine_rates');

11843: if g_debug then
11844: hr_utility.set_location ('FND mess '||l_package,10);
11845: end if;
11846: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11847: fnd_message.set_token('PROC','ben_determine_rates');
11848: --
11849: if g_debug then
11850: hr_utility.set_location ('ben_determine_rates '||l_package,10);
11851: end if;

Line 11850: hr_utility.set_location ('ben_determine_rates '||l_package,10);

11846: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11847: fnd_message.set_token('PROC','ben_determine_rates');
11848: --
11849: if g_debug then
11850: hr_utility.set_location ('ben_determine_rates '||l_package,10);
11851: end if;
11852: ben_determine_rates.main
11853: (p_effective_date => p_effective_date,
11854: p_lf_evt_ocrd_dt => l_rec.lf_evt_ocrd_dt,

Line 11852: ben_determine_rates.main

11848: --
11849: if g_debug then
11850: hr_utility.set_location ('ben_determine_rates '||l_package,10);
11851: end if;
11852: ben_determine_rates.main
11853: (p_effective_date => p_effective_date,
11854: p_lf_evt_ocrd_dt => l_rec.lf_evt_ocrd_dt,
11855: p_person_id => p_person_id,
11856: p_mode => l_mode,