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 2251: ben_pep_cache1.get_currplnpep_dets

2247: if g_debug then
2248: hr_utility.set_location('open c_get_elig_id ben_determine_eligibility2.check_prev_elig', 10);
2249: end if;
2250: --
2251: ben_pep_cache1.get_currplnpep_dets
2252: (p_comp_obj_tree_row => p_comp_obj_tree_row
2253: ,p_person_id => p_person_id
2254: ,p_effective_date => l_effective_dt
2255: --

Line 3554: ben_pep_cache1.get_currplnpep_dets

3550: --
3551: hr_utility.set_location ('first inelig',121);
3552: -- Get elig id from ben_elig_per_f for the plan
3553: --
3554: ben_pep_cache1.get_currplnpep_dets
3555: (p_comp_obj_tree_row => p_comp_obj_tree_row
3556: ,p_person_id => p_person_id
3557: ,p_effective_date => l_effective_dt
3558: --

Line 3805: ben_pep_cache1.get_curroiplippep_dets

3801: if g_debug then
3802: hr_utility.set_location('Record not found',10);
3803: end if;
3804: --
3805: ben_pep_cache1.get_curroiplippep_dets
3806: (p_comp_obj_tree_row => p_comp_obj_tree_row
3807: ,p_person_id => p_person_id
3808: ,p_effective_date => l_effective_dt
3809: --