DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on FND_CONCURRENT

Line 1379: l_complete := FND_CONCURRENT.WAIT_FOR_REQUEST(

1375:
1376: -- Wait for the completion of the submitted requests
1377: FOR i in 1..p_total_workers LOOP
1378:
1379: l_complete := FND_CONCURRENT.WAIT_FOR_REQUEST(
1380: request_id => l_req_status_tab(i).request_id,
1381: interval => 30,
1382: max_wait =>144000,
1383: phase =>l_req_status_tab(i).phase,

Line 5644: l_complete := FND_CONCURRENT.WAIT_FOR_REQUEST(

5640:
5641:
5642: commit; -- This is there to commit the conc request.
5643:
5644: l_complete := FND_CONCURRENT.WAIT_FOR_REQUEST(
5645: request_id => l_reqid,
5646: interval => 30,
5647: max_wait => 144000,
5648: phase => l_uphase,