Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to set vo bind variables value at runtime

Parvez TunioApr 10 2015 — edited Apr 10 2015

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

missinginoutparam.png

Vo bind variable

bindvaribale.png

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

This post has been answered by dvohra21 on Apr 10 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2015
Added on Apr 10 2015
6 comments
1,221 views