Oracle Apps Technical Question:
Download Questions PDF

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?

Oracle Apps Technical Interview Question
Oracle Apps Technical Interview Question

Answer:

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.

Download Oracle Apps Technical Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me how to find the custom directory in front end?How to Create a purchase order without a requisition?