DBA Data[Home] [Help]

APPS.BEN_EVALUATE_RATE_PROFILES dependencies on BEN_RT_ASNT_CACHE

Line 1328: l_inst_dets ben_rt_asnt_cache.g_rt_asnt_inst_tbl;

1324: p_lf_evt_ocrd_dt in date,
1325: p_effective_date in date) is
1326: --
1327: l_proc varchar2(100):=g_package||'check_asnt_set';
1328: l_inst_dets ben_rt_asnt_cache.g_rt_asnt_inst_tbl;
1329: l_inst_count number;
1330: l_insttorrw_num binary_integer;
1331: l_ok boolean := false;
1332: l_rows_found boolean := false;

Line 1343: ben_rt_asnt_cache.get_rt_asnt_cache

1339: hr_utility.set_location('Entering: '||l_proc, 10);
1340: --
1341: -- Getting eligibility profile compensation level by eligibility profile
1342: --
1343: ben_rt_asnt_cache.get_rt_asnt_cache
1344: (p_effective_date => p_effective_date
1345: ,p_business_group_id => p_business_group_id
1346: ,p_VRBL_RT_PRFL_ID => p_VRBL_RT_PRFL_ID
1347: ,p_lf_evt_ocrd_dt => p_lf_evt_ocrd_dt