What is the use of Validation triggers in Reports?
Answers were Sorted based on User's Feedback
The Validation Triggers are used to validate the data
entered int the parameter form.
If the parameter is having the number format and if the
varchar2 is entered then to restrict such situations the
VAlidation Triggers are used.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / 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 |
What package procedure is used for calling another form ?
I want to learn the Oracle configurator(OracleApps)can any one tell best institutes in Hyderbad
What is a canvas-view?
from where do u receive the information to develop report
What are parameters?
Can you attach an lov to a field at run-time? if yes, give the build-in name.
How to change maximise or minimise the window in forms
how to load data into base tables
What are the built-ins used for Creating and deleting groups?
what are different types of canvas views?
Can you truncate a table in a procedure in Oracle Forms?
how to pass 2 parameters from one form to other in oracle applications?