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!

LIST Manager populated based on a value from a select list

620087Jan 28 2008 — edited Jan 31 2008
Hi,

I have a select list and based on a user's choice form the select list with submit and I need to populate a list manager.

So in the LOV for list manager, I have something like this

select name display_value, id return_value
from ORGANIZATION
where code =:my_item and color='G'

I couldn't even APPLY CHANGES, I get

1 error has occurred

* LOV query is invalid, a display and a return value are needed, the column names need to be different. If your query contains an in-line query, the first FROM clause in the SQL statement must not belong to the in-line query.

Please advise.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 28 2008
Added on Jan 28 2008
2 comments
575 views