DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PVT dependencies on FA_BOOKS

Line 304: fa_books_pkg.deactivate_row

300: end if;
301: end if;
302:
303: -- terminate the active row
304: fa_books_pkg.deactivate_row
305: (X_asset_id => px_asset_hdr_rec.asset_id,
306: X_book_type_code => px_asset_hdr_rec.book_type_code,
307: X_transaction_header_id_out => px_trans_rec.transaction_header_id,
308: X_date_ineffective => px_trans_rec.who_info.last_update_date,

Line 313: -- fa books

309: X_mrc_sob_type_code => p_mrc_sob_type_code,
310: X_Calling_Fn => l_calling_fn
311: ,p_log_level_rec => p_log_level_rec);
312:
313: -- fa books
314: fa_books_pkg.insert_row
315: (X_Rowid => l_bks_rowid,
316: X_Book_Type_Code => px_asset_hdr_rec.book_type_code,
317: X_Asset_Id => px_asset_hdr_rec.asset_id,

Line 314: fa_books_pkg.insert_row

310: X_Calling_Fn => l_calling_fn
311: ,p_log_level_rec => p_log_level_rec);
312:
313: -- fa books
314: fa_books_pkg.insert_row
315: (X_Rowid => l_bks_rowid,
316: X_Book_Type_Code => px_asset_hdr_rec.book_type_code,
317: X_Asset_Id => px_asset_hdr_rec.asset_id,
318: X_Date_Placed_In_Service => x_asset_fin_rec_new.date_placed_in_service,

Line 474: UPDATE FA_BOOKS

470: fa_srvr_msg.add_message(calling_fn => 'fa_addition_pvt.insert_asset');
471: raise adj_err;
472: end if;
473:
474: UPDATE FA_BOOKS
475: SET rate_in_use = l_rate_in_use
476: WHERE book_type_code = px_asset_hdr_rec.book_type_code
477: AND asset_id = px_asset_hdr_rec.asset_id
478: AND date_ineffective is null;

Line 776: fa_books_pkg.update_row

772: p_calling_fn => l_calling_fn
773: ,p_log_level_rec => p_log_level_rec) then raise adj_err;
774: end if;
775:
776: fa_books_pkg.update_row
777: (X_asset_id => px_asset_hdr_rec.asset_id,
778: X_book_type_code => px_asset_hdr_rec.book_type_code,
779: X_rate_adjustment_factor => x_asset_fin_rec_new.rate_adjustment_factor,
780: X_reval_amortization_basis => x_asset_fin_rec_new.reval_amortization_basis,