DBA Data[Home] [Help]

APPS.BEN_ELPRO_CHECK_ELIGIBILITY dependencies on BEN_ELP_CACHE

Line 21: l_inst_dets ben_elp_cache.g_cache_elpeoy_instor;

17: is
18: --
19: l_proc varchar2(100):='check_elig_othr_ptip_prte';
20: --
21: l_inst_dets ben_elp_cache.g_cache_elpeoy_instor;
22: l_inst_count number;
23: l_insttorrw_num binary_integer;
24: l_ok boolean := false;
25: l_rows_found boolean := false;

Line 202: ben_elp_cache.elpeoy_getcacdets

198:
199: hr_utility.set_location('FONM : '||l_effective_date, 10);
200: hr_utility.set_location('per_in_ler_id : '||p_per_in_ler_id, 10);
201: --
202: ben_elp_cache.elpeoy_getcacdets
203: (p_effective_date => l_effective_date,
204: p_business_group_id => p_business_group_id,
205: p_eligy_prfl_id => p_eligy_prfl_id,
206: p_inst_set => l_inst_dets,

Line 366: l_inst_dets ben_elp_cache.g_cache_elpetd_instor;

362: is
363: --
364: l_proc varchar2(100):=g_package||'check_elig_dpnt_other_ptip';
365: --
366: l_inst_dets ben_elp_cache.g_cache_elpetd_instor;
367: l_inst_count number;
368: l_insttorrw_num binary_integer;
369: l_ok boolean := false;
370: l_rows_found boolean := false;

Line 464: ben_elp_cache.elpetd_getcacdets

460: --
461:
462: -- Getting eligibility profile compensation level by eligibility profile
463: --
464: ben_elp_cache.elpetd_getcacdets
465: (p_effective_date => l_effective_date,
466: p_business_group_id => p_business_group_id,
467: p_eligy_prfl_id => p_eligy_prfl_id,
468: p_inst_set => l_inst_dets,