Scenario:
Enabling the parameter based on the value of the first parameter
Enabling the parameter based on the value of the first parameter
MRP/MDS Options --- 1, 2, 3
MDS --- 1
MRP --- 2
MPS --- 3
---- MRP/MDS Options ------ Parameter Value Set -- LOGI_MRP_MDS_OPTIONS
MDS DUMMY --LOGI_MDS_NAME_DUMMY
select 1 from dual where :$FLEX$.LOGI_MRP_MDS_OPTIONS = 1
MRP DUMMY --LOGI_MRP_NAME_DUMMY
select 1 from dual where :$FLEX$.LOGI_MRP_MDS_OPTIONS = 2
MPS DUMMY -- LOGI_MPS_NAME_DUMMY
Select 1 from dual where :$FLEX$.LOGI_MRP_MDS_OPTIONS = 3