How can you execute the user defined triggers in forms 3.0 ?
Answer Posted / hoosam ahmed salah
"EXECUTE_TRIGGER" works with Key Trigger name
EXECUTE_TRIGGER('KEY-F1');
execute_trigger('When-New-Form-Instance' ) ;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a matrix report and how many minimum groups are required to prepare the same?
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
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
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
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
how do u place it in required folder
what is a package n what r the packages availbla in report
Explain master-detail relationship with some examples.
Explain how one can iterate through items and records in a specified block?
what are the new features introduced in oracle form services in 11g release 2?
how report can be generated if we have the database designed in oracle 10g?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
a text item is there what r the different types of triggers associated with it
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
if some data is not transfered where it will get stored