Answer Posted / ddpras
They are 4 Levels of triggers
Form Level
Block level
Record Level
Item Level
This is the prority of triggers.firing order like this Form
level,Block level,Record level then Item Level
If you want to validate the values of an Item, usually use
Item level trigger, such as POST-Test,Pre-Test,when-new-Item
trigger.
In Form Level triggers are When-new-form,pre-form,Post-form,
In Block level triggers are when-new-block,pre-block,post-block,
In Record Level triggers are when-new-record,pre-record and
Post-record
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Is it possible to have multiple layouts in a report?
What do we mean by record group in oracle forms?
How can we generate report output in excel format?
did u received a single file or multiple files
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
did u p prepared complex report
What is an SQL FORMS ?
can you convert or reverse engineer a fmx back to a fmb file?
Explain how can you use the same lov for 2 columns?
What is a user exit program in oracle reports?
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
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
hiding item in report how like that properly,thats manually but at runtime i want to do
What is a matrix report and how many minimum groups are required to prepare the same?