DBA Data[Home] [Help]

APPS.ENG_ECO_UTIL dependencies on FND_CONCURRENT

Line 290: fnd_concurrent.wait_for_request(request_id => x_request_id,

286:
287: IF (x_request_id <> 0) then -- Added for bug 8732198
288: COMMIT;
289: call_status :=
290: fnd_concurrent.wait_for_request(request_id => x_request_id,
291: interval => 10,
292: max_wait => 0,
293: phase => x_phase,
294: status => x_status,