how to pass 2 variables from one form to other form
Answer Posted / kris
Parameter list should be passed as argument in call_form
built in.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
what exactly u write in when_new_form_instance
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
How to create Drill down report?
What is the difference between bind and lexical parameter?
what is the difference between call_form, new_form and open_form?
What is a user exit program in oracle reports?
what are bind variables?
What is a matrix report and how many minimum groups are required to prepare the same?
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
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
Explain the various types of oracle report?
Name the different triggers supported by oracle reports and their firing order.