Execution Hierarchy Property
Description
Specifies how the current trigger code should execute if there is a trigger with the same name defined at a higher level in the object hierarchy.
The following settings are valid for this property:
-
-
- Specifies that the current trigger fire instead of any trigger
by the same name at any higher scope. This is known as "override parent"
behavior.
-
-
-
- Specifies that the current trigger fire before firing the same
trigger at the next-higher scope. This is known as "fire before parent"
behavior.
-
-
-
- Specifies that the current trigger fire after firing the same
trigger at the next-higher scope. This is known as "fire after parent"
behavior.
Applies to trigger
Set Oracle Forms
Override