559: -- BUG# 3892604
560: -- get value from PA when not found
561: select current_asset_cost
562: into l_prj_fixed_assets_cost
563: from pa_project_asset_lines_all
564: where project_asset_line_id = p_inv_rec.project_asset_line_id;
565: else
566: l_prj_fixed_assets_cost := p_inv_rec.fixed_assets_cost;
567: end if;