DBA Data[Home] [Help]

APPS.FA_CIP_PVT dependencies on FA_ASSET_HISTORY_PKG

Line 421: fa_asset_history_pkg.update_row

417: 'calling ah update_row, thid out',px_trans_rec.transaction_header_id
418: ,p_log_level_rec => p_log_level_rec);
419: end if;
420:
421: fa_asset_history_pkg.update_row
422: (X_asset_id => p_asset_hdr_rec.asset_id,
423: X_transaction_header_id_out => px_trans_rec.transaction_header_id,
424: X_date_ineffective => px_trans_rec.who_info.last_update_date,
425: X_last_update_date => px_trans_rec.who_info.last_update_date,

Line 437: fa_asset_history_pkg.insert_row(

433: 'calling ah insert_row',''
434: ,p_log_level_rec => p_log_level_rec);
435: end if;
436:
437: fa_asset_history_pkg.insert_row(
438: X_Rowid => l_rowid,
439: X_Asset_Id => p_asset_hdr_rec.asset_id,
440: X_Category_Id => p_asset_cat_rec.category_id,
441: X_Asset_Type => px_asset_type_rec.asset_type,