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 |
Challenges faced during upgradation of 11i to R12
Can u attach Request set with in the Request set?
Tell me some interface tables on ordermangement.
when will formula,place holder and summary columns fire in reports?
can u explain which situation automonus transaction is used
how many sections are there in report?
In oracle application how do you debug or trace errors?
what are the difference between oracle discoverer and report6i
What is MO operating units. Why it need to to set this and where .
how can i print random rows in plsql table
Are you familiar with internet architecture of oracle apps 11i?
WHAT IS THE VIEW IN ORACLE APPS?HOW IS IT CREATED?