DBA Data[Home] [Help]

APPS.BEN_COMP_OBJ_FILTER dependencies on BEN_PEP_CACHE

Line 395: ben_pep_cache.get_pilpep_dets

391: elsif p_comp_obj_tree_row.ptip_id is not null then
392: --
393: -- hr_utility.set_location ('PTIP PILPEP ' || l_package,10);
394: --
395: ben_pep_cache.get_pilpep_dets
396: (p_person_id => p_person_id
397: ,p_business_group_id => p_business_group_id
398: ,p_effective_date => p_effective_date
399: ,p_pgm_id => p_comp_obj_tree_row.par_pgm_id

Line 418: ben_pep_cache.get_pilpep_dets

414: elsif p_comp_obj_tree_row.plip_id is not null then
415: --
416: -- hr_utility.set_location ('PLIP PILPEP ' || l_package,10);
417: --
418: ben_pep_cache.get_pilpep_dets
419: (p_person_id => p_person_id
420: ,p_business_group_id => p_business_group_id
421: ,p_effective_date => p_effective_date
422: ,p_pgm_id => p_comp_obj_tree_row.par_pgm_id

Line 442: ben_pep_cache.get_pilpep_dets

438: then
439: --
440: -- hr_utility.set_location ('PL PILPEP ' || l_package,10);
441: --
442: ben_pep_cache.get_pilpep_dets
443: (p_person_id => p_person_id
444: ,p_business_group_id => p_business_group_id
445: ,p_effective_date => p_effective_date
446: ,p_pgm_id => p_comp_obj_tree_row.par_pgm_id

Line 464: -- Bug 8351660: passed the fonm date in the call to ben_pep_cache.get_pilepo_dets

460: --
461: elsif p_comp_obj_tree_row.oipl_id is not null then
462: --
463: -- hr_utility.set_location ('OIPL PILPEP ' || l_package,10);
464: -- Bug 8351660: passed the fonm date in the call to ben_pep_cache.get_pilepo_dets
465: ben_pep_cache.get_pilepo_dets
466: (p_person_id => p_person_id
467: ,p_business_group_id => p_business_group_id
468: ,p_effective_date => nvl(ben_manage_life_events.g_fonm_cvg_strt_dt,p_effective_date)

Line 465: ben_pep_cache.get_pilepo_dets

461: elsif p_comp_obj_tree_row.oipl_id is not null then
462: --
463: -- hr_utility.set_location ('OIPL PILPEP ' || l_package,10);
464: -- Bug 8351660: passed the fonm date in the call to ben_pep_cache.get_pilepo_dets
465: ben_pep_cache.get_pilepo_dets
466: (p_person_id => p_person_id
467: ,p_business_group_id => p_business_group_id
468: ,p_effective_date => nvl(ben_manage_life_events.g_fonm_cvg_strt_dt,p_effective_date)
469: ,p_pgm_id => p_comp_obj_tree_row.par_pgm_id