DBA Data[Home] [Help]

APPS.ZPB_PUBLISH dependencies on FND_CONCURRENT

Line 347: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(request_id, 'ZPB', 'ZPB_WF_START', rphase,rstatus,dphase,dstatus, message);

343: --If the session has been interrupted due to notification, reset the Context.
344: fnd_global.apps_initialize(l_user_id,l_resp_id,l_respapp_id);
345:
346: -- WF BACKGROUND ENGINE TO RUN deferred activities like WAIT.
347: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(request_id, 'ZPB', 'ZPB_WF_START', rphase,rstatus,dphase,dstatus, message);
348:
349: IF (appr_flag = 'Y') THEN
350: resultout := 'COMPLETE:Y';
351: ELSE