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 2514: l_currpep_dets ben_pep_cache.g_pep_rec;

2510: ,p_elig_per_elctbl_chc_id out nocopy number
2511: )
2512: IS
2513: --
2514: l_currpep_dets ben_pep_cache.g_pep_rec;
2515: l_currepe_dets ben_epe_cache.g_pilepe_inst_row;
2516: --
2517: l_prevepo_rec ben_derive_part_and_rate_facts.g_cache_structure;
2518: l_prevpep_rec ben_derive_part_and_rate_facts.g_cache_structure;

Line 3947: ben_pep_cache.get_currpepepo_dets

3943: end if;
3944: --
3945: -- Determine if the person is eligible for this compensation object.
3946: --
3947: ben_pep_cache.get_currpepepo_dets
3948: (p_comp_obj_tree_row => p_comp_obj_tree_row
3949: ,p_per_in_ler_id => p_per_in_ler_id
3950: ,p_effective_date => p_effective_date
3951: ,p_pgm_id => p_pgm_id

Line 4032: ben_pep_cache.get_pilpep_dets

4028: IF p_run_mode <> 'D' THEN
4029: --
4030: IF (p_oipl_id IS NULL) THEN
4031: --
4032: ben_pep_cache.get_pilpep_dets
4033: (p_person_id => p_person_id
4034: ,p_business_group_id => p_business_group_id
4035: ,p_effective_date => l_effective_date_1
4036: ,p_pgm_id => p_pgm_id

Line 4060: ben_pep_cache.get_pilepo_dets

4056: end if;
4057: --
4058: ELSE
4059: --
4060: ben_pep_cache.get_pilepo_dets
4061: (p_person_id => p_person_id
4062: ,p_business_group_id => p_business_group_id
4063: ,p_effective_date => l_effective_date_1 --p_effective_date
4064: ,p_pgm_id => p_comp_obj_tree_row.par_pgm_id

Line 10200: ben_pep_cache.get_pilpep_dets

10196: -- Determine if the person was previously eligible for this comp object.
10197: --
10198: IF (l_oipl_id IS NULL) THEN
10199: --
10200: ben_pep_cache.get_pilpep_dets
10201: (p_person_id => p_person_id
10202: ,p_business_group_id => p_business_group_id
10203: ,p_effective_date => l_effective_date_1
10204: ,p_pgm_id => l_pgm_rec.pgm_id

Line 10228: ben_pep_cache.get_pilepo_dets

10224: end if;
10225: --
10226: ELSE
10227: --
10228: ben_pep_cache.get_pilepo_dets
10229: (p_person_id => p_person_id
10230: ,p_business_group_id => p_business_group_id
10231: ,p_effective_date => l_effective_date_1 --p_effective_date
10232: ,p_pgm_id => l_pgm_rec.pgm_id