DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PVT dependencies on FA_ASSET_HISTORY_PKG

Line 971: FA_ASSET_HISTORY_PKG.Update_Row

967: -- these only if it was partial unit retirement
968: --
969: if (l_asset_desc_rec_m.current_units > p_asset_retire_rec.units_retired) then
970: -- terminate old asset_history
971: FA_ASSET_HISTORY_PKG.Update_Row
972: (X_Asset_Id => p_asset_hdr_rec.asset_id,
973: X_Date_Ineffective => p_trans_rec.who_info.last_update_date,
974: X_Transaction_Header_Id_Out => p_trans_rec.transaction_header_id,
975: X_Last_Update_Date => p_trans_rec.who_info.last_update_date,

Line 986: FA_ASSET_HISTORY_PKG.Insert_Row

982: raise rein_err;
983: end if;
984:
985: -- insert new row with new units
986: FA_ASSET_HISTORY_PKG.Insert_Row
987: (X_Rowid => l_rowid,
988: X_Asset_Id => p_asset_hdr_rec.asset_id,
989: X_Category_Id => p_asset_cat_rec.category_id,
990: X_Asset_Type => p_asset_type_rec.asset_type,