I am using the default search form in Jdeveloper 11.1.2.3 Query with Table.
I follow this blog to override the default query: https://blogs.oracle.com/jdevotnharvest/entry/how-to_tell_the_viewcriteria_a_user_chose_in_an_afquery_component
Question is how to set the value of some attribute in the query. The user will add what ever he/she want to the search form and those are captured queryEvent I want to add the value of some attribute that is not shown to the user and it is required for the query to execute correctly.