DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on FND_CONCURRENT

Line 873: IF (FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', l_error_message) = FALSE)

869: WHEN l_batch_lock_excp THEN
870:
871: l_error_message := FND_MESSAGE.GET_STRING('AR','AR_UNABLE_LOCK_BATCH');
872:
873: IF (FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', l_error_message) = FALSE)
874: THEN
875: arp_debug.debug('Unable to set WARNING return status');
876: END IF;
877:

Line 1257: l_complete := FND_CONCURRENT.WAIT_FOR_REQUEST(

1253: P_RETCODE := 0;
1254:
1255: -- Wait for the completion of the submitted requests
1256: FOR i in 1..p_total_workers LOOP
1257: l_complete := FND_CONCURRENT.WAIT_FOR_REQUEST(
1258: request_id => l_req_status_tab(i).request_id,
1259: interval => 30,
1260: max_wait =>144000,
1261: phase =>l_req_status_tab(i).phase,

Line 2292: l_complete := FND_CONCURRENT.WAIT_FOR_REQUEST(

2288:
2289: arp_debug.debug (' COMMITING WORK ');
2290: commit; -- This is there to commit the conc request.
2291:
2292: l_complete := FND_CONCURRENT.WAIT_FOR_REQUEST(
2293: request_id => l_reqid,
2294: interval => 30,
2295: max_wait => 144000,
2296: phase => l_uphase,

Line 2807: l_complete := FND_CONCURRENT.WAIT_FOR_REQUEST(

2803: argument1=>'P_BATCH_ID='|| p_batch_id
2804: ) ;
2805: commit; -- commit the conc request bug6630799.
2806:
2807: l_complete := FND_CONCURRENT.WAIT_FOR_REQUEST(
2808: request_id => l_reqid,
2809: interval => 15,
2810: max_wait =>1800,
2811: phase =>phase,