DBA Data[Home] [Help]

APPS.FV_PURGED_TREASURY_SYMBOLS dependencies on FND_CONCURRENT

Line 317: v_wait_req_status := FND_CONCURRENT.WAIT_FOR_REQUEST(request_id => l_request_id,

313: ELSE
314: COMMIT;
315: END IF;
316:
317: v_wait_req_status := FND_CONCURRENT.WAIT_FOR_REQUEST(request_id => l_request_id,
318: interval => 20,
319: max_wait => 0,
320: phase => v_rphase,
321: status => v_rstatus,

Line 332: v_req_status := FND_CONCURRENT.GET_REQUEST_STATUS(request_id => l_request_id,

328: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.error4', gbl_error_buf) ;
329: return;
330: END IF;
331:
332: v_req_status := FND_CONCURRENT.GET_REQUEST_STATUS(request_id => l_request_id,
333: appl_shortname => 'FV',
334: program => null,
335: phase => v_rphase,
336: status => v_rstatus,