DBA Data[Home] [Help]

APPS.GHR_PROC_FUT_MT dependencies on FND_CONCURRENT

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

432: l_status := TRUE;
433: hr_utility.set_location('batch ' || l_thread_count,1000);
434: hr_utility.set_location('request id ' || g_request_ids(l_thread_count),1000);
435: WHILE l_status = TRUE LOOP
436: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(g_request_ids(l_thread_count),'','',rphase,rstatus,dphase,dstatus, message);
437: hr_utility.set_location('dphase ' || dphase,1000);
438: IF dphase = 'COMPLETE' THEN
439: l_status := FALSE;
440: ELSE