DB Context not available in ADF-EBS full integration using EBS SDK for Java
I am trying to implement ADF - EBS full integration using EBS JDK for Java and it is successful to some extend.
The user session is accessible from ADF model layer. All the User context, profile values are accessible at model layer. I want to run some FND validation by calling EBS plsql packages for my application. Looks like there is no context set at the DB level. Calling Initialise context method everytime is not feasible. Is there a way to achieve this or Is it a limitation with this implementation.