Updating view through forms 10g
I have a created a view based on header and detail table. The use wants to review and check review flag.
Review flag is in the detail. I have ceated instead of trigger on the table in the database. Now in the form I want the user to click on review flag check box, but forms does not allow. I get a message Field Protected against update.
How can I allow this view to be updated from forms?