DBA Data[Home] [Help]

APPS.OKL_LRV_PVT dependencies on OKL_FE_STD_RT_TMP_VERS

Line 1037: FROM okl_fe_std_rt_tmp_vers

1033: AND p_lrvv_rec.effective_from_date BETWEEN effective_from_date AND nvl(effective_to_date, p_lrvv_rec.effective_from_date + 1);
1034:
1035: CURSOR l_srv_csr IS
1036: SELECT 'x'
1037: FROM okl_fe_std_rt_tmp_vers
1038: WHERE std_rate_tmpl_ver_id = p_lrvv_rec.std_rate_tmpl_ver_id
1039: AND p_lrvv_rec.effective_from_date BETWEEN effective_from_date AND nvl(effective_to_date, p_lrvv_rec.effective_from_date + 1);
1040:
1041: CURSOR l_pal_csr IS