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 refresh picklist LOV

1925321Dec 30 2015 — edited Jan 8 2016

Hi,

I am using a Search VO to show three fields like a, b, c.

My VO query is selet '' a,''b,''c from dual.

For these 3 attributes I have created three different LovVO's with queries to display from database.

select a from table1 -- retrun values likeĀ  a1,a2,a3

select b from table1.--return values like b1,b2,b3

select c from table1.--return values like c1,c2,c3

Based on the input parameters I am searching data and I am also deleting data from Database using callable statement.

For Eg: I select a1 from lov from a attribute and search and hit delete button. record a1 will be deleted from DB but still it showing in picklist of attribute a.

Upon deleting i want to refresh my pick list.

How can I do this? Please advise.

Thanks,

This post has been answered by Cvele_new_account on Jan 6 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 5 2016
Added on Dec 30 2015
21 comments
3,919 views