Specifies the type of trigger, either Built-in or user-named. User-named triggers are appropriate only in special situations, and are not required for most applications.
Applies to: trigger
Set Oracle Forms
Default
PL/SQL
Required/Optional required
Trigger type can be one of the following:
Built-in Specifies that the trigger is one provided by Oracle Forms and corresponds to a specific, pre-defined runtime event.
User-named Specifies that the trigger is not provided by Oracle Forms. A user-named trigger can only be executed by a call to the EXECUTE TRIGGER Built-in procedure.