PL/SQL Editor BACK | 1 2 3 | NEXT | ToolMap
The primary method of adding code to an application is through triggers. A trigger is a block of PL/SQL code that you attach to a specific object.

Form Builder executes -- or fires -- a trigger in response to a specific event. A When-Button-Pressed trigger, for example, gets fired each time the button is pressed.