Skip to Main Content

Oracle Forms

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!

Invalid value for item

Eslam_ElbyalyFeb 9 2016 — edited Feb 26 2016

hi ,

I have a form with one block based on "Defeciencies" table (item_id not on canvas ,item_name,...) .

Item_name has a lov with this query

Select item_id from items

Where item_id not in (select item_id from deficiencies)

And "validate from list"=yes

The problem is

If I insert an item_id into deficiencies table

Then try to execute query , I face error

"Invalid value for item_name"

I noticed that "validate from list=yes" is causing this

It validates the item_name I query and it shows error because the item I query is in "deficiencies" table and the lov says do not retrieve items which resides in deficiencies table .

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 25 2016
Added on Feb 9 2016
29 comments
5,286 views