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 |
where the accounting related data is stored ?
HOW U DISPLAY THE FLEXFIELD DATA IN APPS?
What is workflow?Explain with a example?
why r u move in the cus_top only why not move another top
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
how can we get odd numbered pages in output of a report
What is Pragma Autonomous transaction. It's Real time Example
In xml report, how to print the headings in every page?
How to make Parameter as Mandatory?
what is the data type of lexical parameter?
What should be the batch size (number of customer records) general guidelines for optimal performance?
Difference between triggers and procedures?