DBA Data[Home] [Help]

APPS.FA_GAINLOSS_PKG dependencies on FA_DEPRN_SUMMARY

Line 379: from fa_deprn_summary

375: l_count := 0;
376: begin
377: select count(*)
378: into l_count
379: from fa_deprn_summary
380: where book_type_code = l_asset_hdr_rec.book_type_code
381: and asset_id = l_asset_hdr_rec.asset_id
382: and period_counter = l_period_rec.period_counter;
383: