DBA Data[Home] [Help]

APPS.CZ_MODEL_CONVERT dependencies on FND_CONCURRENT

Line 2372: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(r, '', '', rphase,rstatus,dphase,dstatus, message);

2368: errbuf := cz_utils.get_text('CZ_CNV_UNEXPECTED');
2369: log_msg('Model_Convert_CP', 0, 'Error submitting request for report generation.', fnd_log.level_unexpected);
2370: cz_model_convert.CONVERT_MODEL:=FALSE;
2371: BEGIN
2372: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(r, '', '', rphase,rstatus,dphase,dstatus, message);
2373: IF dphase<>'COMPLETE' THEN
2374: fnd_conc_global.set_req_globals(conc_status => 'PAUSED', request_data => to_char(i));
2375: END IF;
2376: --no need to pause if child completed

Line 2387: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(r, '', '', rphase,rstatus,dphase,dstatus, message);

2383: END LOOP;
2384:
2385: cz_model_convert.CONVERT_MODEL:=FALSE;
2386: BEGIN
2387: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(r, '', '', rphase,rstatus,dphase,dstatus, message);
2388: IF dphase<>'COMPLETE' THEN
2389: fnd_conc_global.set_req_globals(conc_status => 'PAUSED', request_data => to_char(i));
2390: END IF;
2391: --no need to pause if child completed