A query fetched 10 records How many times does a PRE-QUERY
Trigger and POST-QUERY Trigger will get executed ?
Answer Posted / nishi
PRE-QUERY fires once.
POST-QUERY fires 10 times.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In what sequence do triggers get fired by oracle forms?
What is an oracle report? List its various types.
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
What do we mean by record group in oracle forms?
List out the oracle forms configuration files?
Name the different triggers supported by oracle reports and their firing order.
a text item is there what r the different types of triggers associated with it
what is oracle forms?
can you convert or reverse engineer a fmx back to a fmb file?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory