Entries from May 2009

call_form stack

On May 31, 2009 / By admin / In Oracle / 1 Comment
Any attempt to navigate programmatically to disable form in a call_form stack is allowed.(True or False)   False. Read More...

Built-ins used for finding object ID functions

On May 31, 2009 / By admin / In Oracle / No Comments
What are the built-ins used for finding object ID functions?   Find_group(function) Find_column(function) Read More...

Built-ins associated with timers

On May 31, 2009 / By admin / In Oracle / No Comments
What are built-ins associated with timers?   find_timer create_timer delete_timer Read More...

Difference between pre-select and pre-query

On May 31, 2009 / By admin / In Oracle / No Comments
What is a difference between pre-select and pre-query?   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. The pre-query trigger fires just before oracle forms issues the select statement to the database after the operator as define the example Read More...