DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_DETERMINE_RATE_CHG

Line 231: 22 Dec 98 T Guy 115.56 Added ben_determine_rate_chg

227: info.
228: 21 Dec 98 G Perry 115.55 Fixed cussor to just bring back
229: unrestricted for unrestricted
230: mode.
231: 22 Dec 98 T Guy 115.56 Added ben_determine_rate_chg
232:
233: 28 Dec 98 J Lamoureux 115.57 Commented out nocopy parameters dflt_
234: enrt_dt and elcn_made_dt in call
235: to person_life_event.

Line 451: to ben_determine_rate_chg.main

447: 22-DEC-99 gperry 115.149 Modified create_life_person_actions
448: call which occurred due to fix in
449: 1096742.
450: 30-DEC-99 maagrawa 115.150 Added parameter business_group_id.
451: to ben_determine_rate_chg.main
452: 03-FEB-00 mhoyes 115.156 - Added HPAPRTTDE and HPADPNTLC to
453: call to generate communications.
454: - Modified process_comp_object to
455: process local l_comp_obj_tree.

Line 12481: hr_utility.set_location ('ben_determine_rate_chg '||l_package,10);

12477: ben_manage_unres_life_events.clear_cache;
12478: --
12479: end if;
12480: if g_debug then
12481: hr_utility.set_location ('ben_determine_rate_chg '||l_package,10);
12482: end if;
12483: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
12484: fnd_message.set_token('PROC','ben_determine_rate_chg');
12485: --

Line 12484: fnd_message.set_token('PROC','ben_determine_rate_chg');

12480: if g_debug then
12481: hr_utility.set_location ('ben_determine_rate_chg '||l_package,10);
12482: end if;
12483: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
12484: fnd_message.set_token('PROC','ben_determine_rate_chg');
12485: --
12486: -- Turn off distribute rates function caching because cached information
12487: -- is updated in later RCOs. Any further RCOs will hit the DB rather the
12488: -- function cache.

Line 12497: ben_determine_rate_chg.main

12493: -- CWB Changes. ABSENCES, GRADE/STEP
12494: -- added irec
12495: if l_mode not in ('W', 'M', 'G','I','D') then
12496: --
12497: ben_determine_rate_chg.main
12498: (p_effective_date => p_effective_date,
12499: p_lf_evt_ocrd_dt => l_rec.lf_evt_ocrd_dt,
12500: p_business_group_id => p_business_group_id,
12501: p_person_id => p_person_id,