DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on OKL_TXD_ASSETS_B

Line 10906: FROM okl_txd_assets_b txd,

10902: CURSOR txd_csr( kleid NUMBER ) IS
10903: SELECT txd.cost,
10904: txd.deprn_method_tax,
10905: txd.tax_book
10906: FROM okl_txd_assets_b txd,
10907: okl_txl_assets_b txl
10908: WHERE txd.tal_id = txl.id
10909: AND txl.kle_id = kleid;
10910:

Line 12554: from okl_txd_assets_b txd,

12550: select txd.asset_number,
12551: txd.tax_book,
12552: txd.cost new_cost,
12553: fab.cost original_cost
12554: from okl_txd_assets_b txd,
12555: fa_books fab,
12556: fa_additions fa
12557: where txd.tal_id = p_tal_id
12558: and fab.book_type_code = txd.tax_book