DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_MC_ADJUSTMENTS

Line 2162: delete from fa_mc_adjustments

2158: and adjustment_type in ('COST', 'COST CLEARING');
2159:
2160: else
2161:
2162: delete from fa_mc_adjustments
2163: where asset_id = p_asset_hdr_rec.asset_id
2164: and book_type_code = p_asset_hdr_rec.book_type_code
2165: and adjustment_type in ('COST', 'COST CLEARING')
2166: and set_of_books_id = p_asset_hdr_rec.set_of_books_id;