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 |
can we use commit in trigger? If yes how?
Which module is not in multiorg
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using .CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.
Can we create tables in apps schema?
Is it possible to do purchase order without requisition?
what is the purpose of standard cost update?
What is the Exception. Types of exception, Difference between those. And example
Name the different Cursor Attributes.
How to create a purchase order without a requisition?
what is MRC? Why it is needed?
What are the requests groups?
what are the functions you are used in utl_file at the time of transferring the data?