what is sequence of execution of following triggers
1.when-validate-item
2.post-change
3.key-next-item
4.post-text-item
Answer Posted / fabulousprabhu
answer is 3,2,1,4
| Is This Answer Correct ? | 19 Yes | 10 No |
Post New Answer View All Answers
Why oracle forms required?
What is a matrix report and how many minimum groups are required to prepare the same?
What do you understand by lov?
if u want to delete all these detail block etc what will happen in form
How to create Drill down report?
Is it possible to execute a dynamic sql from forms?
What is the difference between bind and lexical parameter?
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 can we generate report output in excel format?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
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?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
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
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