DBA Data[Home] [Help]

APPS.FA_XADJ_ITF_PKG dependencies on FA_BOOKS

Line 286: update fa_books

282:
283: else
284: if(nvl(l_extended_deprn_flag(l_loop_count),'NULL') <> 'NULL' or
285: nvl(l_extended_deprn_flag(l_loop_count),'NULL') <> nvl(p_old_flag,'NULL')) then
286: update fa_books
287: set extended_deprn_flag = l_extended_deprn_flag(l_loop_count)
288: where asset_id = l_asset_id(l_loop_count)
289: and book_type_code = l_book_type_code(l_loop_count)
290: and transaction_header_id_out is null;