When is PRE-QUERY trigger executed ?
Answers were Sorted based on User's Feedback
Answer / guest
When Execute-query or count-query Package procedures are invoked
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / dinesh mohan upadhyay
pre query is executed fefore user goes to input.
it execute only one time for any block
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravi
This trigger executes before the input goes into to any data
or control block. This trigger will execute only once when
data block gets input focus.
| Is This Answer Correct ? | 0 Yes | 0 No |
based on parameter value layout of report should change
What is a physical page ? & What is a logical page ?
How do you trap the error in forms 3.0 ?
Is it possible to execute a dynamic sql from forms?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
What are the various sub events a mouse double click event involves?
did u received a single file or multiple files
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
How do you display console on a window ?
hiding item in report how like that properly,thats manually but at runtime i want to do
how to pass 2 parameters from one form to other in oracle applications?
how to pass 2 variables from one form to other form