I have a form which is used to modify a column in a table. The record which is being updated is failing some validation, but in this form all those failures are overridden and the column will be updated. This works fine for majority of records. However for few records the commit is not happening. When debugged I found that for these problematic records INSERT-PROCEDURE trigger is fired where as for the successful records UPDATE-TRIGGER is fired which is correct. Can somebody tell why this is happening and how to solve this?
My form version is 12.2.1.3.0 and it is on Redhat Linux server.
Thanks
K Raghavendra Bhat