DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on FA_BOOKS

Line 12110: fa_books fab,

12106: from okl_trx_assets trx,
12107: okl_txl_assets_b txl,
12108: okc_k_lines_b cleb,
12109: okc_statuses_b sts,
12110: fa_books fab,
12111: fa_additions fa
12112: where trx.id = txl.tas_id
12113: and trx.tsu_code = 'ENTERED'
12114: and trx.tas_type = 'CRB'

Line 12132: fa_books fab,

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
12136: and fab.asset_id = fa.asset_id