DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_DEPRN_SUMMARY

Line 911: from fa_deprn_summary

907: p_asset_hdr_rec.period_of_addition = 'Y' and
908: p_asset_fin_rec_old.rate_adjustment_factor is not null ) then
909: select count(*)
910: into l_deprn_reserve_exists
911: from fa_deprn_summary
912: where asset_id = p_asset_hdr_rec.asset_id
913: and book_type_code = p_asset_hdr_rec.book_type_code
914: and deprn_source_code = 'BOOKS'
915: and deprn_reserve <> 0;