DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_WB_APIS_PKG dependencies on FA_ADJUSTMENTS

Line 592: delete from FA_ADJUSTMENTS

588: cost adjustments, but also creates reserve adjustments. The purpose of this
589: procedure is to clear out those adjustments which are not required for group assets.
590: */
591:
592: delete from FA_ADJUSTMENTS
593: where ASSET_ID = x_asset_id
594: and BOOK_TYPE_CODE = x_book_type_code
595: and TRANSACTION_HEADER_ID = x_thid
596: and ADJUSTMENT_TYPE not in ('COST', 'COST CLEARING');