Fixes issue
33339: Allow to Void a NOT PAID invoice, logged as * organization
Was avoid the Error when trying to Void a NOT PAID invoice, logged with * organization. The payment detail takes the organization from the payment schedule details organization.
Fixed issue
33298 enabling/disabling code is missing in c_orderdiscount_trg
c_orderdiscount_trg trigger does not have enabling/disabling code
All triggers in OB need to have enabling and disabling code snippet in the beginning
Fixes issue
27868: The Create Standards process throws ORA-01403: no data found
Modified MA_PRODUCTIONRUN_STANDARD to catch the exception.
Fixed bug
33340: Cash VAT percentage rounding issues,
Hardcoded a rounding precision of 15 for cash vat percentage
Fixes Issue
29258. Fixes problem when locking a sequence number
to avoid duplicates. Now it locks the sequence number using
LockOptions.UPGRADE instead.