Is it possible to create a java subscription for conc processing events e.g. oracle.apps.fnd.concurr
Hi,
The documentation for business events states that subscritions of phase codes 1-99 would get processed immediately whereas 100 and above would get executed deferred.
However, immediate processing using a phase code <100 seems to work for plsql based subscriptions only, but not for java based subscriptions for a conc program of type 'plsql stored procedure'.
When testing this, we were not able to achieve immediate processing of the java code and its execution got deferred partly with huge time delays of several minutes.
So does it mean that it is generally impossible to have java based subscriptions (at least for plsql executable concurrents) executing synchronously/immediately on the middle tier?