What are the type of triggers available in Oracle Reports ?
Answer Posted / satbir
There are five types of trigger in Oracle Reports
Before Parameter Form
Fires before the Runtime Parameter Form are displayed. Can
access the PL/SQL global variables, report level columns
and manipulate accordingly.
After Parameter Form
Fires after the Runtime Parameter form are displayed. Used
to validate the parameter values.
Before Report
Fires before the report is executed but after the queries
is parsed and date is fetched.
Between Pages
Fires before each page of the report are formatted, except
the very first page. This page is used to customize page
formatting.
After Report
Fires after the report previewer are exited, or after
report output is sent to a specified destination.
Is This Answer Correct ? | 113 Yes | 16 No |
Post New Answer View All Answers
What do you understand by oracle forms?
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
List out the oracle forms configuration files?
What is an SQL FORMS ?
if some data is not transfered where it will get stored
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 can we generate report output in excel format?
i am writing a query select EmpNo from Emp how can i call in after parameter form
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?
a text item is there what r the different types of triggers associated with it
Is it possible to execute a dynamic sql from forms?
what are the oracle forms services components include?
How can we expand Parameter Form Canvas on Reports 6i?
Explain how one can iterate through items and records in a specified block?