Submit Workflow Background Engine from backend
The Background Engine is a PLSQL Procedure that checks and executes any deferred or timed-out activities in the workflow system. If new activities are deferred or timed out after the current Background Engine is started, the procedure will check one more time for any new activities to execute before terminating. When all matching activities have been completed, the procedure comes to end. It can be run as a Concurrent program or as a package or SQLPLUS command. Run Workflow Background Process from Unix SQL script placed in $APPL_TOP which can be used to run How to run Workflow Background Process from Unix $FND_TOP/Admin/Sql/wfbkg.sql cat workflow_background.sh sqlplus apps/<apps pass> << EOF @$FND_TOP/Adm...