DBA Data[Home] [Help]

APPS.OKL_EC_UPTAKE_PVT dependencies on OKL_INDEX_VALUES

Line 600: okl_index_values oiv

596: ---
597: from
598: okl_fe_std_rt_tmp_v srt,
599: okl_fe_std_rt_tmp_vers srv,
600: okl_index_values oiv
601: where
602: effective_start_date between srv.effective_from_date and NVL(srv.effective_to_date,effective_start_date+1)
603: and srt.std_rate_tmpl_id=srv.std_rate_tmpl_id
604: and srv.sts_code='ACTIVE'

Line 1070: okl_index_values oiv

1066: ---
1067: from
1068: okl_fe_std_rt_tmp_v srt,
1069: okl_fe_std_rt_tmp_vers srv,
1070: okl_index_values oiv
1071: where
1072: effective_start_date between srv.effective_from_date and NVL(srv.effective_to_date,effective_start_date+1)
1073: and srt.std_rate_tmpl_id=srv.std_rate_tmpl_id
1074: and srv.sts_code='ACTIVE'