DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PVT dependencies on FA_DEPRN_DETAIL

Line 646: from fa_deprn_detail

642:
643: if (p_mrc_sob_type_code <> 'R') then
644: select nvl(sum(deprn_adjustment_amount), 0)
645: into l_deprn_adjustment_amount
646: from fa_deprn_detail
647: where book_type_code = px_asset_hdr_rec.book_type_code
648: and asset_id = px_asset_hdr_rec.asset_id
649: and deprn_source_code = 'B';
650: