DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PVT dependencies on FA_ASSET_HISTORY_PKG

Line 1061: FA_ASSET_HISTORY_PKG.Update_Row

1057:
1058: if ( l_partial_retirement_flag ) then
1059: G_PART_RET_FLAG := TRUE;
1060: -- terminate old asset_history
1061: FA_ASSET_HISTORY_PKG.Update_Row
1062: (X_Asset_Id => p_asset_hdr_rec.asset_id,
1063: X_Date_Ineffective => p_trans_rec.who_info.last_update_date,
1064: X_Transaction_Header_Id_Out => p_trans_rec.transaction_header_id,
1065: X_Last_Update_Date => p_trans_rec.who_info.last_update_date,

Line 1075: FA_ASSET_HISTORY_PKG.Insert_Row

1071: raise rein_err;
1072: end if;
1073:
1074: -- insert new row with new units
1075: FA_ASSET_HISTORY_PKG.Insert_Row
1076: (X_Rowid => l_rowid,
1077: X_Asset_Id => p_asset_hdr_rec.asset_id,
1078: X_Category_Id => p_asset_cat_rec.category_id,
1079: X_Asset_Type => p_asset_type_rec.asset_type,