DBA Data[Home] [Help]

APPS.CSD_WIP_JOB_PVT dependencies on FND_CONCURRENT

Line 455: fnd_concurrent.get_manager_status(applid => l_fnd_application_id,

451: x_return_status := FND_API.G_RET_STS_SUCCESS;
452:
453: -- Validate if Internal Concurrent Manager is up
454:
455: fnd_concurrent.get_manager_status(applid => l_fnd_application_id,
456: managerid => l_internal_manager_id,
457: targetp => l_targetp1,
458: activep => l_activep1,
459: pmon_method => l_pmon_method,

Line 465: fnd_concurrent.get_manager_status(applid => l_fnd_application_id,

461:
462:
463: -- Validate if Standard Concurrent Manager is up
464:
465: fnd_concurrent.get_manager_status(applid => l_fnd_application_id,
466: managerid => l_standard_manager_id,
467: targetp => l_targetp,
468: activep => l_activep,
469: pmon_method => l_pmon_method,

Line 1644: l_boolvar:= fnd_concurrent.wait_for_request

1640: -- max_wait is also specified in seconds and will wait indefinitely, when specified as 0,
1641: -- dev_phase and dev_status are the developer versions of phase and status, which can be used
1642: -- for logic comparisons
1643:
1644: l_boolvar:= fnd_concurrent.wait_for_request
1645: (
1646: request_id => l_req_id,
1647: interval => 15,
1648: max_wait => 0,