DBA Data[Home] [Help]

APPS.AHL_PRD_DF_PVT dependencies on FND_CONCURRENT

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

3608: 'At the start of PLSQL procedure'
3609: );
3610: END IF;
3611: -- check whether Internal Concurrent Manager is up
3612: fnd_concurrent.get_manager_status(applid => 0,
3613: managerid => 1,
3614: targetp => l_targetp1,
3615: activep => l_activep1,
3616: pmon_method => l_pmon_method,

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

3615: activep => l_activep1,
3616: pmon_method => l_pmon_method,
3617: callstat => l_callstat);
3618: -- check whether Standard Concurrent Manager is up, this is not optional.
3619: fnd_concurrent.get_manager_status(applid => 0,
3620: managerid => 0,
3621: targetp => l_targetp,
3622: activep => l_activep,
3623: pmon_method => l_pmon_method,