DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_ADJUSTMENTS

Line 2155: delete from fa_adjustments

2151:
2152: -- now update the primary or reporting amounts accordingly
2153: if (p_mrc_sob_type_code <> 'R') then
2154:
2155: delete from fa_adjustments
2156: where asset_id = p_asset_hdr_rec.asset_id
2157: and book_type_code = p_asset_hdr_rec.book_type_code
2158: and adjustment_type in ('COST', 'COST CLEARING');
2159: