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 |
Tell me how to debug the report?
in ap_terms table what data will be stored
what is pick selection list generation report.
Are you familiar with internet architecture of oracle apps 11i?
What is Summary columns?
What are the requests groups?
HOW U DISPLAY THE FLEXFIELD DATA IN APPS?
which parameters passed in report in oracle developer how to pass
Can function be overload?
what are the mandatory parameters in suppler Conversion?
what is Flex mode and Confine mode?
How to create multi-layout reports ? If we have 5 layouts , then how to get into the 4th one ?