DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on OKL_INDICES

Line 404: from okl_indices a,

400:
401: Cursor index_csr( idxId NUMBER ) IS
402: Select a.name,
403: b.datetime_valid
404: from okl_indices a,
405: okl_index_values b
406: where a.id = b.idx_id
407: and a.id = idxId
408: order by b.datetime_valid;