DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PVT dependencies on FA_MC_DEPRN_DETAIL

Line 701: from fa_mc_deprn_detail

697:
698: else
699: select nvl(sum(deprn_adjustment_amount), 0)
700: into l_deprn_adjustment_amount
701: from fa_mc_deprn_detail
702: where book_type_code = px_asset_hdr_rec.book_type_code
703: and asset_id = px_asset_hdr_rec.asset_id
704: and deprn_source_code = 'B'
705: and set_of_books_id = px_asset_hdr_rec.set_of_books_id;