SQL Script to count fixed asset additions, adjustments, retirements and transfers
We have Oracle 11.5.10.2 I have a count script for asset additions as below: What sql can I use for adjustments, retirements and transfers. ?
cheers
select count(asset_id)
from apps.fa_additions
where creation_date between x date an y date