What are the built-ins associated with timers?
FIND_TIMER CREATE_TIMER DELETE_TIMER 110. What is the difference between POST-DATABASE-COMMIT and POST-FORM-COMMIT? POST-FORM-COMMIT fires once during the Post and Commit Transactions process, after the database commit occurs. The Post-Forms-Commit trigger fires after inserts, updates and deletes have been posted to the database, but before the transaction has been fibalized by issuing the commit. The Post-Database-Commit Trigger fires after Oracle Forms issues the Commit to finalize the transaction. 111. What is the difference between PRE-SELECT and PRE- QUERY? Fires during Execute Query and Count Query processing, after Oracle Forms constructs the SELECT statement to be issued, but before the statement is actually issued. The Pre-Query trigger fires just before Oracle Forms issues the SELECT statement to the database, after the operator has defined the example record by entering query criteria in Enter Query Mode. Pre-Query trigger fires before Pre-Select trigger.