DBA Data[Home] [Help]

APPS.BEN_ENROLMENT_REQUIREMENTS dependencies on BEN_PEP_CACHE

Line 392: 20-Oct-02 mhoyes 115.175 - Phased in call to ben_pep_cache.get_currpepepo_dets.

388: Which return elected value which is used by bencvrge to
389: populated the default benefit
390: 28-Sep-02 pbodla 115.174 Bug 2600087 added order by clause to
391: c_oipl_enrolment_info and c_plan_enrolment_info
392: 20-Oct-02 mhoyes 115.175 - Phased in call to ben_pep_cache.get_currpepepo_dets.
393: - Phased out nocopy previous eligibility cursors and
394: pointed to the previous eligibility cache.
395: 01-Nov-02 mmudigon 115.176 - CWB: Bug 2526595 Bypass creation of epe
396: if trk_inelig is set to No and the person

Line 2541: l_currpep_dets ben_pep_cache.g_pep_rec;

2537: ,p_elig_per_elctbl_chc_id out nocopy number
2538: )
2539: IS
2540: --
2541: l_currpep_dets ben_pep_cache.g_pep_rec;
2542: l_currepe_dets ben_epe_cache.g_pilepe_inst_row;
2543: --
2544: l_prevepo_rec ben_derive_part_and_rate_facts.g_cache_structure;
2545: l_prevpep_rec ben_derive_part_and_rate_facts.g_cache_structure;

Line 4037: ben_pep_cache.get_currpepepo_dets

4033: end if;
4034: --
4035: -- Determine if the person is eligible for this compensation object.
4036: --
4037: ben_pep_cache.get_currpepepo_dets
4038: (p_comp_obj_tree_row => p_comp_obj_tree_row
4039: ,p_per_in_ler_id => p_per_in_ler_id
4040: ,p_effective_date => p_effective_date
4041: ,p_pgm_id => p_pgm_id

Line 4122: ben_pep_cache.get_pilpep_dets

4118: IF p_run_mode <> 'D' THEN
4119: --
4120: IF (p_oipl_id IS NULL) THEN
4121: --
4122: ben_pep_cache.get_pilpep_dets
4123: (p_person_id => p_person_id
4124: ,p_business_group_id => p_business_group_id
4125: ,p_effective_date => l_effective_date_1
4126: ,p_pgm_id => p_pgm_id

Line 4150: ben_pep_cache.get_pilepo_dets

4146: end if;
4147: --
4148: ELSE
4149: --
4150: ben_pep_cache.get_pilepo_dets
4151: (p_person_id => p_person_id
4152: ,p_business_group_id => p_business_group_id
4153: ,p_effective_date => l_effective_date_1 --p_effective_date
4154: ,p_pgm_id => p_comp_obj_tree_row.par_pgm_id

Line 10393: ben_pep_cache.get_pilpep_dets

10389: -- Determine if the person was previously eligible for this comp object.
10390: --
10391: IF (l_oipl_id IS NULL) THEN
10392: --
10393: ben_pep_cache.get_pilpep_dets
10394: (p_person_id => p_person_id
10395: ,p_business_group_id => p_business_group_id
10396: ,p_effective_date => l_effective_date_1
10397: ,p_pgm_id => l_pgm_rec.pgm_id

Line 10421: ben_pep_cache.get_pilepo_dets

10417: end if;
10418: --
10419: ELSE
10420: --
10421: ben_pep_cache.get_pilepo_dets
10422: (p_person_id => p_person_id
10423: ,p_business_group_id => p_business_group_id
10424: ,p_effective_date => l_effective_date_1 --p_effective_date
10425: ,p_pgm_id => l_pgm_rec.pgm_id