At what point of report execution is the before Report
trigger fired?
Answer Posted / anil_abbireddy
before the actual data is displayed on the screen
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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
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
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
what are the oracle forms services components include?
what is the difference between call_form, new_form and open_form?
i am writing a query select EmpNo from Emp how can i call in after parameter form
What is the difference between flex mode and confined mode?
what is a package n what r the packages availbla in report
what is tripstop report?
how do u place it in required folder
What is an oracle report?
What is the difference between BPA AND Contract What are documents and test cases u followed
What are the various configuration files that are used by oracle forms?
Name the different triggers supported by oracle reports and their firing order.
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?