You are coding a When-Checkbox-Changed trigger.
Which statements are available for use in your code?
A.
unrestricted built-ins only
B.
restricted and unrestricted built-ins only
C.
PL/SQL statements and unrestricted built-ins only
D.
PL/SQL statement-, and any built-ins
Explanation:
When-Checkbox-Changed trigger
Description
Fires when an operator changes the state of a check box, either by clicking with the mouse, or
using thekeyboard.
Definition Level: form, block, or item
Legal Commands:
SELECT statements, unrestricted built-ins, restricted built-ins
Reference: Oracle Forms Developer, When-Checkbox-Changed trigger