DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PVT dependencies on FA_DEPRN_DETAIL

Line 524: from fa_deprn_detail

520:
521: if (p_mrc_sob_type_code <> 'R') then
522: select nvl(sum(deprn_adjustment_amount), 0)
523: into l_deprn_adjustment_amount
524: from fa_deprn_detail
525: where book_type_code = px_asset_hdr_rec.book_type_code
526: and asset_id = px_asset_hdr_rec.asset_id
527: and deprn_source_code = 'B';
528:

Line 552: from fa_deprn_detail_mrc_v

548:
549: else
550: select nvl(sum(deprn_adjustment_amount), 0)
551: into l_deprn_adjustment_amount
552: from fa_deprn_detail_mrc_v
553: where book_type_code = px_asset_hdr_rec.book_type_code
554: and asset_id = px_asset_hdr_rec.asset_id
555: and deprn_source_code = 'B';
556: