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!

In memory Filter not getting applied to View Object

903595Dec 13 2011 — edited Dec 14 2011
Dear everyone

I have created a view criteria with query execution mode = both and i am inserting some records at run time in same view object for multiple custid and i want to filter this view object by particular custid after inserting the records
below is my code:-
 
             setApplyViewCriteriaName("filterByCustomerNumber_VOCriteria");
            setNamedWhereClauseParam("Bind_CustNumber", custNumber);
            executeQuery();
            
         
but the problem is the view object is not getting filtered

please help;

Regard
Praveen
This post has been answered by Mohammad Jabr on Dec 13 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 11 2012
Added on Dec 13 2011
6 comments
835 views