Answers

Question and Answer:

  Home  Oracle Apps Technical

⟩ 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?

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.

 145 views

More Questions for you: