Fixed Assets - EBS (MOSC)

MOSC Banner

SQL Script to count fixed asset additions, adjustments, retirements and transfers

edited Jan 23, 2018 4:02AM in Fixed Assets - EBS (MOSC) 5 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center