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 11902: hr_utility.set_location ('ben_determine_rate_chg '||l_package,10);

11898: ben_manage_unres_life_events.clear_cache;
11899: --
11900: end if;
11901: if g_debug then
11902: hr_utility.set_location ('ben_determine_rate_chg '||l_package,10);
11903: end if;
11904: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11905: fnd_message.set_token('PROC','ben_determine_rate_chg');
11906: --

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

11901: if g_debug then
11902: hr_utility.set_location ('ben_determine_rate_chg '||l_package,10);
11903: end if;
11904: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11905: fnd_message.set_token('PROC','ben_determine_rate_chg');
11906: --
11907: -- Turn off distribute rates function caching because cached information
11908: -- is updated in later RCOs. Any further RCOs will hit the DB rather the
11909: -- function cache.

Line 11918: ben_determine_rate_chg.main

11914: -- CWB Changes. ABSENCES, GRADE/STEP
11915: -- added irec
11916: if l_mode not in ('W', 'M', 'G','I','D') then
11917: --
11918: ben_determine_rate_chg.main
11919: (p_effective_date => p_effective_date,
11920: p_lf_evt_ocrd_dt => l_rec.lf_evt_ocrd_dt,
11921: p_business_group_id => p_business_group_id,
11922: p_person_id => p_person_id,