DBA Data[Home] [Help]

APPS.FA_GAINLOSS_PKG dependencies on FA_DEPRN_SUMMARY

Line 384: from fa_deprn_summary

380: l_count := 0;
381: begin
382: select count(*)
383: into l_count
384: from fa_deprn_summary
385: where book_type_code = l_asset_hdr_rec.book_type_code
386: and asset_id = l_asset_hdr_rec.asset_id
387: and period_counter = l_period_rec.period_counter;
388: