[Home] [Help]
1610: select mcai.set_of_books_id,
1611: mcai.exchange_rate,
1612: mcai.fixed_assets_cost
1613: from fa_mc_asset_invoices mcai,
1614: fa_mc_book_controls mcbk
1615: where mcai.source_line_id = p_source_line_id
1616: and mcai.set_of_books_id = mcbk.set_of_books_id
1617: and mcbk.book_type_code = p_asset_hdr_rec.book_type_code
1618: and mcbk.enabled_flag = 'Y';