A script-enabled browser is required for this page to function properly.

Modifying the Default Relation Triggers

You may at some point want to add your own comments and code to the default master-detail triggers that Oracle Forms creates. You can edit a default trigger as you would any trigger that you had created yourself.

Remember, however, that if you later change the properties of the relation, Oracle Forms may need to delete or edit the default triggers. For example, changing a relation's Delete Record Behavior property from Cascading to Isolated causes Oracle Forms to remove the now unnecessary Pre-Delete trigger.

Consider the following points when you edit master-detail triggers: