Where do u define the select statement of the parameter? is
it followed by the & variable ?
Answer Posted / anuragrajverma
In Before Report Trigger we are define the select statement
of the parameter.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
List out the oracle forms configuration files?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
Explain how one can iterate through items and records in a specified block?
how report can be generated if we have the database designed in oracle 10g?
how to send file attachment from oracle forms
In what sequence do triggers get fired by oracle forms?
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
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
How to create Drill down report?
what are bind variables?
What is an oracle report?
what is oracle forms?
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
did u p prepared complex report