thanks, I tried this somehow its not working. When I manually put
BO1.TrackPrice=0.115380 it works but not
BO1.TrackPrice=LoggedInSystemUser.NewBulkPrice
in db value in LoggedInSystemUser.NewBulkPrice shows 0.115380
Also tried
ROUND(Object.Attribute,6)
BO1.TrackPrice=ROUND(LoggedInSystemUser.NewBulkPrice,6)