DBA Data[Home] [Help]

APPS.AHL_PRD_DF_PVT dependencies on FND_CONCURRENT

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

3452: 'At the start of PLSQL procedure'
3453: );
3454: END IF;
3455: -- check whether Internal Concurrent Manager is up
3456: fnd_concurrent.get_manager_status(applid => 0,
3457: managerid => 1,
3458: targetp => l_targetp1,
3459: activep => l_activep1,
3460: pmon_method => l_pmon_method,

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

3459: activep => l_activep1,
3460: pmon_method => l_pmon_method,
3461: callstat => l_callstat);
3462: -- check whether Standard Concurrent Manager is up, this is not optional.
3463: fnd_concurrent.get_manager_status(applid => 0,
3464: managerid => 0,
3465: targetp => l_targetp,
3466: activep => l_activep,
3467: pmon_method => l_pmon_method,