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 12339: -- ben_determine_rates.main do not perform any updates to

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

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

12383: if g_debug then
12384: hr_utility.set_location ('FND mess '||l_package,10);
12385: end if;
12386: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
12387: fnd_message.set_token('PROC','ben_determine_rates');
12388: --
12389:
12390: -- bug 12354919
12391: -- refresh the cache g_unrest_ecr_instance since ovn has changed after imputed shell rate got updated

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

12425: -- bug 12354919
12426:
12427:
12428: if g_debug then
12429: hr_utility.set_location ('ben_determine_rates '||l_package,10);
12430: end if;
12431: ben_determine_rates.main
12432: (p_effective_date => p_effective_date,
12433: p_lf_evt_ocrd_dt => l_rec.lf_evt_ocrd_dt,

Line 12431: ben_determine_rates.main

12427:
12428: if g_debug then
12429: hr_utility.set_location ('ben_determine_rates '||l_package,10);
12430: end if;
12431: ben_determine_rates.main
12432: (p_effective_date => p_effective_date,
12433: p_lf_evt_ocrd_dt => l_rec.lf_evt_ocrd_dt,
12434: p_person_id => p_person_id,
12435: p_mode => l_mode,