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 |
How to attach the multiple templates in XML Pub Report?
Difference between set of books id and ledger id in r12 ?
what are the different types of parameters avialable in reports?
in one report using two layout models.if yes how to do
How to link between inventory and OrderManagement.
WHAT IS THE USE OF SKIP WHERE U WILL GIVE?
how to call report from oracle oracle apps11i?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
what is the difference between oracle 8i and 9i?
WHAT IS REFCURSOR IN ORACLE ?
Are there any alternate tools other than sql* loader to load data into oracle apps tables from external systems
what could be the problem if invoice_id is same in ap_invoices_all and ap_invoices_interface. while the Ord_id , invoice_num, and other things is diffrent .