Monday, October 20, 2008

Difference between Pre-Select and Pre-Query

Pre-Select fires during the execute query and count query processing after oracle forms constructs the select statement to be issued, but before the statement is actually issued.

Pre-Query trigger fires just before oracle forms issues the select statement to the database after the operator as define the example records by entering the query criteria in enter query mode.

Pre-Query tigger fires before Pre-Select trigger.

No comments: