DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FA_ASSET_HISTORY_PKG

Line 1090: FA_ASSET_HISTORY_PKG.Update_Row

1086: --
1087: if (p_asset_hdr_rec.period_of_addition = 'Y' and
1088: G_release = 11) then
1089:
1090: FA_ASSET_HISTORY_PKG.Update_Row
1091: (X_Rowid => ah_rec.Row_Id,
1092: X_Asset_Id => ah_rec.Asset_Id,
1093: X_Category_Id => p_asset_cat_rec_new.category_id,
1094: X_Asset_Type => ah_rec.Asset_Type,

Line 1113: FA_ASSET_HISTORY_PKG.Update_Row

1109:
1110: else
1111:
1112: -- terminate old_asset_history
1113: FA_ASSET_HISTORY_PKG.Update_Row
1114: (X_Rowid => ah_rec.Row_Id,
1115: X_Asset_Id => ah_rec.Asset_Id,
1116: X_Category_Id => ah_rec.Category_Id,
1117: X_Asset_Type => ah_rec.Asset_Type,

Line 1135: FA_ASSET_HISTORY_PKG.Insert_Row

1131: end if;
1132:
1133:
1134: -- insert new row with new units and new category if applicable
1135: FA_ASSET_HISTORY_PKG.Insert_Row
1136: (X_Rowid => l_rowid,
1137: X_Asset_Id => p_asset_hdr_rec.asset_id,
1138: X_Category_Id => p_asset_cat_rec_new.category_id,
1139: X_Asset_Type => ah_rec.asset_type,