How to download affected Asset data into excel from Asset Mass Reclassification?

Get the ‘Mass Transaction Number’ form ‘Mass Reclassification’ screen. (After ‘Previewing’ the Mass Transaction).
Navigation: Fixed Asset user->Navigator->Mass Transaction->Reclassifications

SQL> SELECT *
FROM  FA_MASS_RECLASS_ITF FAM
WHERE FAM.MASS_RECLASS_ID=xxx;

* xxx is the Mass Transaction Number

Leave a comment

Your email address will not be published. Required fields are marked *