DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on OKL_TXD_ASSETS_V

Line 306: from okl_txd_assets_v txd,

302: select txd.cost,
303: txd.deprn_method_tax,
304: --bug# 4103361
305: txd.tax_book
306: from okl_txd_assets_v txd,
307: okl_txl_assets_b txl
308: where txd.tal_id = txl.id
309: and txl.kle_id = kleid;
310: