DBA Data[Home] [Help]

APPS.GHR_PROC_FUT_MT dependencies on FND_CONCURRENT

Line 450: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(g_request_ids(l_thread_count),'','',rphase,rstatus,dphase,dstatus, message);

446: l_status := TRUE;
447: hr_utility.set_location('batch ' || l_thread_count,1000);
448: hr_utility.set_location('request id ' || g_request_ids(l_thread_count),1000);
449: WHILE l_status = TRUE LOOP
450: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(g_request_ids(l_thread_count),'','',rphase,rstatus,dphase,dstatus, message);
451: hr_utility.set_location('dphase ' || dphase,1000);
452: IF dphase = 'COMPLETE' THEN
453: l_status := FALSE;
454: ELSE