Hi everyone,
I have using vo for lov and want to filter it by setting where clause bind variable at run time but it gives error,
Jdev 11.1.1.6.0

Vo bind variable

and code i use in AM on command button is
ViewObject vo = getOperationsVO1();
VariableValueManager vm = vo.ensureVariableManager();
vm.setVariableValue("p\_org\_id", orgID);
vo.executeQuery();
any one please what is problem ?
Regards,
Parvez