DBA Data[Home] [Help]

APPS.FA_XADJ_ITF_PKG dependencies on FA_BOOKS

Line 290: update fa_books

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