I put the "retirements" field in my report, but they are considering SOURCE_TYPE_CODE = RETIREMENT and ACCOUNT_TYPE = COST, DEPRECIATION_RESERVE e TRUE_DEPRECIATION_RESERVE amounts, but I need Only the COST.
select book_type_code,ledger_id,period_counter,period_name,source_table,source_distribution_type,transaction_type_code,source_type_code,account_type,beginning_balance,amount, creation_date,last_update_login
This way, my asset has a cost of 5.004,24 and the retirement amount is 11.717,96
The correct is consider the retirement amout = 5004,24
Tks