DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FA_ASSET_HISTORY_PKG

Line 954: FA_ASSET_HISTORY_PKG.Update_Row

950: -- SLA: opbsolete
951: /*
952: if (p_asset_hdr_rec.period_of_addition = 'Y') then
953:
954: FA_ASSET_HISTORY_PKG.Update_Row
955: (X_Rowid => ah_rec.Row_Id,
956: X_Asset_Id => ah_rec.Asset_Id,
957: X_Category_Id => p_asset_cat_rec_new.category_id,
958: X_Asset_Type => ah_rec.Asset_Type,

Line 978: FA_ASSET_HISTORY_PKG.Update_Row

974: else
975: */
976:
977: -- terminate old_asset_history
978: FA_ASSET_HISTORY_PKG.Update_Row
979: (X_Rowid => ah_rec.Row_Id,
980: X_Asset_Id => ah_rec.Asset_Id,
981: X_Category_Id => ah_rec.Category_Id,
982: X_Asset_Type => ah_rec.Asset_Type,

Line 1000: FA_ASSET_HISTORY_PKG.Insert_Row

996: end if;
997:
998:
999: -- insert new row with new units and new category if applicable
1000: FA_ASSET_HISTORY_PKG.Insert_Row
1001: (X_Rowid => l_rowid,
1002: X_Asset_Id => p_asset_hdr_rec.asset_id,
1003: X_Category_Id => p_asset_cat_rec_new.category_id,
1004: X_Asset_Type => ah_rec.asset_type,