Hi,
I am using oracle fusion middle ware 11g.
when I try to commit the form, it shows Ora-00917. When I click Shift+F1 to see the error. I see an Insert statement into my detail table with 23 columns in the "Into" Clause and 24 values in the "Values" clause like that,
"Insert into my_table(col1,col2,...,col23) values(v1,v2,...,v24)".