What is the use of Validation triggers in Reports?
Answer Posted / anuragrajverma
Validation Triggers:-
---------------------------
Validation Triggers are PL/SQL functions that are executed
when parameter values are
specified on the command line and when you accept the
Runtime Parameter Form. (Notice that this
means each Validation Trigger may fire twice when you
execute the report). Validation Triggers are
also used to validate the Initial Value of the parameter in
the Parameter property sheet.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
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
What are the various configuration files that are used by oracle forms?
if some data is not transfered where it will get stored
Explain the various types of oracle report?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
What do you understand by lov and how can it be used?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
What is responsibility and how u attach How to create user and how u attach with responsibility.
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
what is the difference between call_form, new_form and open_form?
What is an oracle report?
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 can we expand Parameter Form Canvas on Reports 6i?
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
List the different types of columns in oracle reports.