DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on OKL_INDICES

Line 402: from okl_indices a,

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