I have written many posts related totriggersin Oracle Forms, I has given examples forForm level triggers, Data Block level triggers andItem level Triggers. And in this tutorial I am just Giving, the simple tutorial-to-Create a trigger in Oracle Form ' s object navigator.
create Form level Trigger
1. Click on the Triggers node just below the Form name and then click on + icon.
2. Then Trigger Dialog window would open then select Trigger you want to create and click on OK button.
3. The Code Editor window would open then write your trigger code.
Create Data Block Level Trigger
1. Click on the Triggers node just below the Block Name and click on the + button.
2. Trigger dialog window would open the select the Trigger you want to write and click on OK button.
3. Then the Code Editor window would open and here you can write your Code.
Create Item level Trigger
1. Click on the Triggers node just below the item for which you want to create the trigger and then click on + button.
2. Trigger dialog window would open then select the Trigger and click on OK button.
3. The Code Editor window would open then write your Code.
Learn how to Create Trigger in Oracle Forms