Oracle Cloud ERP (SaaS)- Asset Addition FBDI

1.N: Fixed Assets –Assets–
Tasks : Transactions : Add Assets in Spreadsheet –MassAdditions.xlsx (gets downloaded)
2.Open the file –enter the credentials
3.Enter the data in the file : MassAdditions.xlsx —
Click on Submit –After Validation — An Ess Job will be triggered
(ESS Job : Prepare Assets Transaction Data)

--Query
select 
BOOK_TYPE_CODE,
CREATION_DATE,
ASSET_NUMBER,
CATEGORY_SEGMENT1 ,CATEGORY_SEGMENT2,
SERIAL_NUMBER,
ASSET_TYPE,
DESCRIPTION
FROM fa_mass_additions 
order by creation_date desc

Leave a Reply

Your email address will not be published.