Thursday, June 23, 2022

Asset Retirements in Oracle APPS

  • Retire an asset when it's no longer in service, for example, if it was stolen, lost, damaged, sold, or returned.
  • When retiring assets you can retire an asset completely if the entire asset is no longer in service. You can retire part of an asset if only a portion of the asset is no longer in service.

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...