DBA Data[Home] [Help]

APPS.CS_SR_DELETE_UTIL dependencies on FND_CONCURRENT

Line 3564: IF fnd_concurrent.get_request_status

3560: -- called from a concurrent program. Hence the
3561: -- check for user termination may not be required.
3562:
3563: THEN
3564: IF fnd_concurrent.get_request_status
3565: (
3566: request_id => l_request_id
3567: , phase => l_phase
3568: , status => l_status

Line 3609: -- if fnd_concurrent.get_request_status failed...

3605:
3606: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3607: END IF;
3608: ELSE
3609: -- if fnd_concurrent.get_request_status failed...
3610:
3611: IF fnd_log.level_unexpected >= fnd_log.g_current_runtime_level
3612: THEN
3613: fnd_log.string