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 / vaibhav khandelwal
key-next-item
when validate item
post change
post text item
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
from where do u receive the information to develop report
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
Name the different triggers supported by oracle reports and their firing order.
Why oracle forms required?
a text item is there what r the different types of triggers associated with it
if u want to delete all these detail block etc what will happen in form
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
what are bind variables?
how to send file attachment from oracle 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
Explain the various types of oracle report?
what is tripstop report?
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 the difference between flex mode and confined mode?
Can we invoke one form from another in a multi-forms application?