Thursday 1 January 2015

Submitting Workflow Backgroud Process

BEGIN
fnd_global.apps_initialize('4880',50781,201);
wf_engine.background(itemtype             => 'POAPPRV'
                                 ,minthreshold       => NULL
                                 ,maxthreshold      => NULL
                                 ,process_deferred => TRUE
                                 ,process_timeout  => TRUE
                                 ,process_stuck      => NULL);
COMMIT;
END;

No comments:

Post a Comment