You are developing a Human Resourced form for HR clerks to insert, update, and delete records from the EMPLOYEES table. When the user commit records, Forms displays the default informative message "FRM-40400: Transaction complete: <n> records applied and saved". You want to replace that with the message "Records inserted: <n> Records updated: <n> Records deleted: <n>, where <n> represents the number of records inserted, updated, and deleted".
Which triggers must you create of modify to accomplish this?
A.
On-Message only
B.
Post-Commit and On-Message
C.
Post-Database-Commit and On-Message
D.
When-Validate-Record and On-Message
E.
Post-Insert, Post-Update, Post-Delete, and On-Message