Hello.
I have a procedure that updates a table with four fields.
Two of these fields are NUMBER.
When I run the procedure through SQL Developer, it works without problems.
But when it's called by a third-party application (the application inserts values into a table that has a trigger that calls the procedure), the numeric values aren't updated.
Does anyone know why the two numeric fields in the table aren't updated?
Thank you.