DBA Data[Home] [Help]

APPS.CS_SR_DELETE_UTIL dependencies on FND_CONCURRENT

Line 3568: IF fnd_concurrent.get_request_status

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

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

3609:
3610: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3611: END IF;
3612: ELSE
3613: -- if fnd_concurrent.get_request_status failed...
3614:
3615: IF fnd_log.level_unexpected >= fnd_log.g_current_runtime_level
3616: THEN
3617: fnd_log.string