DBA Data[Home] [Help]

APPS.FA_DET_ADD_PKG dependencies on FA_ASSET_INVOICES

Line 60: from fa_asset_invoices ai

56: --
57: begin
58: select nvl(sum(fixed_assets_cost),0)
59: into X_Inv_Cost
60: from fa_asset_invoices ai
61: where asset_id = X_Asset_Id;
62: exception
63: when no_data_found then X_Inv_Cost := 0;
64: end;