i have 3 parameters like p1,p2,p3.In p1 i have 2 parameters
like a,b.if pass parameter 'a' p2 should be enable and p3
should be disable then if pass parameter 'b' the vice versa.
Answer / mylapuram
you can create two more dummy parameters(like
p2_dummy,p3_dummmy ) and set display property to no.
now set the default value for p2_dummy as "decode
(p1,'a','Y',null) in the same way for p3_dummmy.
now in the valueset for p2 use where $FLEX$.p2_dummy ='Y'
and similarly for p3.
contact me if u have any doubt in this(on my mail).
| Is This Answer Correct ? | 16 Yes | 0 No |
How to compile the Forms & Reports in Linux Apps Server which are created in WindowsXP client?
AOL?
In custom.pll what are the events we can Not write.
where we will put the control file ,where we will run sql star loader what is the cmd?
How to print multi currency,multi language in xml?
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.
WHAT IS USE OF APPS API?
Can functions be overloaded ?
can we use look up type instead of a pofile option?or valueset?is it possible how?
What is responsibility and how u attach
Can u define exceptions twice in same block?
Difference between Bind and Lexical parameters?