Hi Team,
I am creating dynamic view object using ADF 12.2.1.4 version . while creating dynamic view i am setting some bind variable using setTransientExpression .
but while finding attributedef i am getting def out of scope exception .
could any one help me on this how to set bind variable at runtime using transient expression .
below is the blog where i get the reference to creating dynamic view .
After setJava Type i am setting lovBindVar.setTransientExpression("return source.getVariableValue("BindVariable")");

http://andrejusb.blogspot.com/2012/11/adf-generator-for-dynamic-adf-bc-and.html