DBA Data[Home] [Help]

APPS.AHL_WIP_JOB_PVT dependencies on FND_CONCURRENT

Line 761: fnd_concurrent.get_manager_status(applid => 0,

757: CLOSE job_header_exists;
758: END IF;
759:
760: -- check whether Internal Concurrent Manager is up
761: fnd_concurrent.get_manager_status(applid => 0,
762: managerid => 1,
763: targetp => l_targetp1,
764: activep => l_activep1,
765: pmon_method => l_pmon_method,

Line 768: fnd_concurrent.get_manager_status(applid => 0,

764: activep => l_activep1,
765: pmon_method => l_pmon_method,
766: callstat => l_callstat);
767: -- check whether Standard Concurrent Manager is up, this is not optional.
768: fnd_concurrent.get_manager_status(applid => 0,
769: managerid => 0,
770: targetp => l_targetp,
771: activep => l_activep,
772: pmon_method => l_pmon_method,

Line 828: l_boolvar := fnd_concurrent.wait_for_request(

824: AHL_DEBUG_PUB.debug('After commit and before waiting for request');
825: --dbms_output.put_line('After commit and before waiting for request');
826: END IF;
827: -- wait for the execution result of WIP Mass Load
828: l_boolvar := fnd_concurrent.wait_for_request(
829: request_id => l_req_id,
830: interval => 15,
831: max_wait => 0,
832: phase => l_phase,