DBA Data[Home] [Help]

APPS.CZ_MODEL_CONVERT dependencies on FND_CONCURRENT

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

2438: UPDATE cz_model_publications SET export_status='ERR' WHERE migration_group_id = l_migration_group_id and server_id=0 ;
2439: commit;
2440: END;
2441: BEGIN
2442: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(r, '', '', rphase,rstatus,dphase,dstatus, message);
2443: IF dphase<>'COMPLETE' THEN
2444: fnd_conc_global.set_req_globals(conc_status => 'PAUSED', request_data => to_char(i));
2445: END IF;
2446: --no need to pause if child completed