DBA Data[Home] [Help]

APPS.FA_GAINLOSS_RET_PKG dependencies on FA_BOOKS

Line 341: from fa_books

337: , recoverable_cost
338: , adjusted_recoverable_cost
339: , reval_amortization_basis
340: , old_adjusted_cost
341: from fa_books
342: where asset_id = ret.asset_id
343: and book_type_code = ret.book
344: and transaction_header_id_out is null;
345:

Line 353: from fa_books_mrc_v

349: , recoverable_cost
350: , adjusted_recoverable_cost
351: , reval_amortization_basis
352: , old_adjusted_cost
353: from fa_books_mrc_v
354: where asset_id = ret.asset_id
355: and book_type_code = ret.book
356: and transaction_header_id_out is null;
357: