In our Salesforce.com organization, we have a trigger on the OpportunityLineItem object (insert/update), automatically generating OpportunityLineItemSchedule. The product is schedule by revenue, splitted using two dates available in the master OpportunityLineItem record (start/end date).
Everything is working fine, except when the OpportunityLineItem quantity is lower than 1 (like 0.25). In this case, Salesforce is triggering this weird error:
A workflow or approval field update caused an error when saving this record. Contact your administrator to resolve it.
java.sql.SQLException:ORA-20067:ORA-06512: at "GRUMPY.SOPPLINEITEM", line1211ORA-06512: at line1
Any idea what it means? I've been digging in the Salesforce log, but can't find much.