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 203: ben_elp_cache.elpeoy_getcacdets

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

Line 368: l_inst_dets ben_elp_cache.g_cache_elpetd_instor;

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

Line 451: ben_elp_cache.elpetd_getcacdets

447: --
448:
449: -- Getting eligibility profile compensation level by eligibility profile
450: --
451: ben_elp_cache.elpetd_getcacdets
452: (p_effective_date => l_effective_date,
453: p_business_group_id => p_business_group_id,
454: p_eligy_prfl_id => p_eligy_prfl_id,
455: p_inst_set => l_inst_dets,