DBA Data[Home] [Help]

APPS.FA_CIP_PVT dependencies on FA_BOOKS

Line 274: FA_BOOKS_PKG.Update_Row(

270:
271: -- Bug4483408: Recoverable_cost was passed as X_Adjusted_Cost and now it
272: -- uses adjusted_cost returned from calc_fin_info.
273:
274: FA_BOOKS_PKG.Update_Row(
275: X_book_type_code => p_asset_hdr_rec.book_type_code,
276: X_asset_id => p_asset_hdr_rec.asset_id,
277: X_Date_Placed_In_Service => l_asset_fin_rec_new.date_placed_in_service,
278: X_Deprn_Start_Date => l_asset_fin_rec_new.deprn_start_date,

Line 338: UPDATE FA_BOOKS

334: fa_srvr_msg.add_message(calling_fn => 'fa_cip_pvt.do_cap_rev', p_log_level_rec => p_log_level_rec);
335: raise cap_rev_err;
336: end if;
337:
338: UPDATE FA_BOOKS
339: SET rate_in_use = l_rate_in_use
340: WHERE book_type_code = p_asset_hdr_rec.book_type_code
341: AND asset_id = p_asset_hdr_rec.asset_id
342: AND date_ineffective is null;

Line 642: fa_books_pkg.deactivate_row

638: 'calling bk deactivate_row','', p_log_level_rec => p_log_level_rec);
639: end if;
640:
641: -- use table handler for mrc
642: fa_books_pkg.deactivate_row
643: (X_asset_id => p_asset_hdr_rec.asset_id,
644: X_book_type_code => p_asset_hdr_rec.book_type_code,
645: X_transaction_header_id_out => px_trans_rec.transaction_header_id,
646: X_date_ineffective => px_trans_rec.who_info.last_update_date,

Line 657: fa_books_pkg.insert_row

653: fa_debug_pkg.add(l_calling_fn,
654: 'calling bk insert_row','', p_log_level_rec => p_log_level_rec);
655: end if;
656:
657: fa_books_pkg.insert_row
658: (X_Rowid => l_rowid,
659: X_Book_Type_Code => p_asset_hdr_rec.book_type_code,
660: X_Asset_Id => p_asset_hdr_rec.asset_id,
661: X_Date_Placed_In_Service => l_asset_fin_rec_new.date_placed_in_service,

Line 801: UPDATE FA_BOOKS

797: fa_srvr_msg.add_message(calling_fn => 'fa_cip_pvt.do_cap_rev', p_log_level_rec => p_log_level_rec);
798: raise cap_rev_err;
799: end if;
800:
801: UPDATE FA_BOOKS
802: SET rate_in_use = l_rate_in_use
803: WHERE book_type_code = p_asset_hdr_rec.book_type_code
804: AND asset_id = p_asset_hdr_rec.asset_id
805: AND date_ineffective is null;