DBA Data[Home] [Help]

APPS.CSD_WIP_JOB_PVT dependencies on FND_CONCURRENT

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

446: x_return_status := FND_API.G_RET_STS_SUCCESS;
447:
448: -- Validate if Internal Concurrent Manager is up
449:
450: fnd_concurrent.get_manager_status(applid => l_fnd_application_id,
451: managerid => l_internal_manager_id,
452: targetp => l_targetp1,
453: activep => l_activep1,
454: pmon_method => l_pmon_method,

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

456:
457:
458: -- Validate if Standard Concurrent Manager is up
459:
460: fnd_concurrent.get_manager_status(applid => l_fnd_application_id,
461: managerid => l_standard_manager_id,
462: targetp => l_targetp,
463: activep => l_activep,
464: pmon_method => l_pmon_method,

Line 1553: l_boolvar:= fnd_concurrent.wait_for_request

1549: -- max_wait is also specified in seconds and will wait indefinitely, when specified as 0,
1550: -- dev_phase and dev_status are the developer versions of phase and status, which can be used
1551: -- for logic comparisons
1552:
1553: l_boolvar:= fnd_concurrent.wait_for_request
1554: (
1555: request_id => l_req_id,
1556: interval => 15,
1557: max_wait => 0,