DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on OKL_TXD_ASSETS_B

Line 10483: FROM okl_txd_assets_b txd,

10479: CURSOR txd_csr( kleid NUMBER ) IS
10480: SELECT txd.cost,
10481: txd.deprn_method_tax,
10482: txd.tax_book
10483: FROM okl_txd_assets_b txd,
10484: okl_txl_assets_b txl
10485: WHERE txd.tal_id = txl.id
10486: AND txl.kle_id = kleid;
10487:

Line 12131: from okl_txd_assets_b txd,

12127: select txd.asset_number,
12128: txd.tax_book,
12129: txd.cost new_cost,
12130: fab.cost original_cost
12131: from okl_txd_assets_b txd,
12132: fa_books fab,
12133: fa_additions fa
12134: where txd.tal_id = p_tal_id
12135: and fab.book_type_code = txd.tax_book