Skip to Main Content

APEX

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Variable parameter in Apex

708558Jun 24 2009 — edited Jun 25 2009
Hi All

I am planning to pass more than 1 parameter to the SQL through one field and use this in "IN" Statement.

E.g.
SQL => Where Account number IN (:P50_ACNO)

Parameter Passed => '1234', '4567'

I am able to do this in TOAD by specifying &P50_ACNO but when I use '&' sign in APEX I am getting the following error message.

report error:
ORA-01008: not all variables bound

My idea is to declare one text field and pass more than one values through it.

Can you please help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 23 2009
Added on Jun 24 2009
12 comments
1,549 views