Monday, December 27, 2021

Asset Retirement Types in Oracle APPS

Type

Description

Rules

Unit retirement

Retire assets by unit, either all units or some
units of a multiple-unit asset. The cost retired
is automatically calculated for each unit
retired.

Not allowed in tax books.

Cost retirement

Retire assets by cost. The units remain
unchanged and the retired cost is spread
evenly among the units.

Allowed in both corporate and tax books.

Source line retirement

Retire an asset that was imported as a
source line by retiring the asset cost based
on the source line.

Allowed for both partial and full retirements.

 

3 comments:

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...