EBS on Oracle Cloud Infrastructure (MOSC)

MOSC Banner

Export Button in OAF is not working properly

Export Button is not exporting the query result which i have changed the vo query dynamically,

it is exporting old query result..

vol2.setFullSqlMode(1);
 vol2.setQuery(query);
vol2.setWhereClause(null);
vol2.setWhereClause("Ou in (1,2)");
vol2.executeQuery();


Kindly suggest..

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center