DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on OKL_TXD_ASSETS_V

Line 308: from okl_txd_assets_v txd,

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