What is the use of format trigger?
Answers were Sorted based on User's Feedback
Answer / viswa
Format trigger will fire before object is formated,It is
used for dinamically change the format of information.Using
this we can change the color of the specific object,we can
enable or disable the specific object
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / maruthi
format trigger is nothing but formatting the objects we can
enable or disable the forms& fields and so on
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / anu
If we want to change the thing dynamically in that case we
used format trigger.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / suresh
Format trigger is a pl/sql function which is return boolean value then true goto print other wise don't print
| Is This Answer Correct ? | 1 Yes | 1 No |
Which module is not in multiorg
P_CONC_REQUEST_ID mandatory in oracle reports to run in oracle applications or not ( I am not talking about running in report builder or D2k ) or not ?
9 Answers CSC, IBM, KPIT, Oracle,
how to change the logo in template dynamically?
In one flat file i got headers and lines data how you can write control file now ?
how will you refer a report column (data column,formula,summery,placeholderr)?
what is pl/sql table and pl/sql records? what is the use of that?
What are the files we submit while your program move to testing instance?
is it possible to run the interface without using oracle apps?
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
Is that Possible To create package Overloading , If Yes Give any Examples
What is Pragma Autonomous transaction. It's Real time Example
we have select statement in that two exceptions that returns no value. In that which exception will raise?