Syntax:
FND_REQUEST.SET_MODE(TRUE);
-------------------------------------------------------------------
Normally when a database session is setup, to submit a concurrent request to run concurrent program 'XXXXXXXXXX'.
Note that normally a COMMIT is required following the FND_REQUEST.SUBMIT_REQUEST, otherwise the request will not actually be submitted, however a COMMIT cannot be issued within a trigger. Because the Mode was set to TRUE (i.e. trigger) earlier in this trigger, a COMMIT is not needed.
Monday, August 31, 2009
Subscribe to:
Post Comments (Atom)
This is really helpful and works. Thank You
ReplyDelete