DBA Data[Home] [Help]

APPS.GHR_ELT_TO_BEN_PKG dependencies on FND_CONCURRENT

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

157: l_status := TRUE;
158: hr_utility.set_location('batch ' || l_thread_count,1000);
159: hr_utility.set_location('request id ' || g_person_ids(l_thread_count),1000);
160: WHILE l_status = TRUE LOOP
161: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(g_person_ids(l_thread_count),'','',rphase,rstatus,dphase,dstatus, message);
162: hr_utility.set_location('dphase ' || dphase,1000);
163: IF dphase = 'COMPLETE' THEN
164: l_status := FALSE;
165: ELSE