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
how do u compile a form i.e .fmb file in Unix or in dos
all steps of bitmap report?
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
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
What do you understand by oracle forms?
what are the new features introduced in oracle form services in 11g release 2?
Is it possible to have multiple layouts in a report?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
a text item is there what r the different types of triggers associated with it
did u received a single file or multiple files
Explain master-detail relationship with some examples.
What is an oracle report?
What is the difference between BPA AND Contract What are documents and test cases u followed
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
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?