what is the use of format trigger?a
Answers were Sorted based on User's Feedback
Format triggers are PL/SQL functions executed before the
object is formatted. These triggers are used to dynamically
change the formatting attributes and used to conditionally
print and not to print a report column value. These triggers
return Boolean values TRUE or FALSE. If the return value of
the format trigger is FALSE, the value is not displayed.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / sesha
ormat Trigger in Oracle Report Builder is a PL/SQL function. This trigger is going to fire before an object is printed in report output. It returns Boolean value, if value is true then goes to print and if value is false then donot print.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which oracle apps version you are very confident in?
What is the Lookup's and what is the use of lookup's?
How many parameters we can pass through pl/sql program in Oracle apps
whats the use of after parameter form and before report?
What r the validation types?
how to avoid duplicate data while uploading data from flatfile to staging table? some validations
in GL module specifing org_id or not?
What is responsibility and how u attach
in one report using two layout models.if yes how to do
How to send the e-mail notification in XML Pub Report?
What are the benefits of using soa architecture?
how to move the one file from one instance to another instance?and ur scripts also?