What is the difference between an ON-VALIDATE-FIELD trigger
and a trigger ?
Answer Posted / a.kondala rao.
On-validate-field trigger fires, when the field
Validation status New or changed.
Post-field-trigger whenever the control leaving form the
field, it will fire.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
What are the various configuration files that are used by oracle forms?
Is it possible to execute a dynamic sql from 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
did u received a single file or multiple files
did u p prepared complex report
What is a user exit program in oracle reports?
Explain the various types of oracle report?
What is a matrix report and how many minimum groups are required to prepare the same?
What is the difference between bind and lexical parameter?
In what sequence do triggers get fired by oracle forms?
List the different types of columns in oracle reports.
where do u put the report file
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 to create Drill down report?