This document discusses triggers in Oracle Forms Builder. It defines triggers as event-activated program units. It describes different trigger categories including block processing, interface events, and validation triggers. It outlines the key components of a trigger as the event that fires it, the PL/SQL code that executes, and the scope level (form, block or item). It also addresses setting the execution hierarchy to control trigger firing order.