DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY2 dependencies on BEN_PEP_CACHE1

Line 323: 18-Sep-03 mhoyes 115.100 - Phased in calls to ben_pep_cache1 rather than

319: becos the presence of these LE shud not make a
320: person ineligible in case of waiting period setup.
321: 02-Sep-03 rpgupta 115.99 - Bug 3111613 - if cache does'nt return any
322: elig_per_id, raise an error
323: 18-Sep-03 mhoyes 115.100 - Phased in calls to ben_pep_cache1 rather than
324: ben_pep_cache.
325: 19 Sep 03 mhoyes 115.101 - 3150329 - Update eligibility APIs.
326: 26 Sep 03 mhoyes 115.102 - More update eligibility APIs.
327: 21 Jan 04 ikasire 115.103 BUG 3327841 - fixed the wrong assignment of epo

Line 330: 02 Feb 04 ikasire 115.104 BUG 3327841 Using the ben_pep_cache1.get_currplnpep_dets

326: 26 Sep 03 mhoyes 115.102 - More update eligibility APIs.
327: 21 Jan 04 ikasire 115.103 BUG 3327841 - fixed the wrong assignment of epo
328: data to pep. Also calling clear_down_cache
329: to get the right data.
330: 02 Feb 04 ikasire 115.104 BUG 3327841 Using the ben_pep_cache1.get_currplnpep_dets
331: to get the current pep info instread of depending on
332: ben_pep_cache.get_pilepo_dets
333: 30 Mar 04 ikasire 115.105 fonm changes.
334: 15 Apr 04 ikasire 115.106 Bug 3550789 added a new procedure save_to_restore

Line 2157: ben_pep_cache1.get_currplnpep_dets

2153: if g_debug then
2154: hr_utility.set_location('open c_get_elig_id ben_determine_eligibility2.check_prev_elig', 10);
2155: end if;
2156: --
2157: ben_pep_cache1.get_currplnpep_dets
2158: (p_comp_obj_tree_row => p_comp_obj_tree_row
2159: ,p_person_id => p_person_id
2160: ,p_effective_date => l_effective_dt
2161: --

Line 3278: ben_pep_cache1.get_currplnpep_dets

3274: --
3275: hr_utility.set_location ('first inelig',121);
3276: -- Get elig id from ben_elig_per_f for the plan
3277: --
3278: ben_pep_cache1.get_currplnpep_dets
3279: (p_comp_obj_tree_row => p_comp_obj_tree_row
3280: ,p_person_id => p_person_id
3281: ,p_effective_date => l_effective_dt
3282: --

Line 3529: ben_pep_cache1.get_curroiplippep_dets

3525: if g_debug then
3526: hr_utility.set_location('Record not found',10);
3527: end if;
3528: --
3529: ben_pep_cache1.get_curroiplippep_dets
3530: (p_comp_obj_tree_row => p_comp_obj_tree_row
3531: ,p_person_id => p_person_id
3532: ,p_effective_date => l_effective_dt
3533: --