DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_WRAPPER dependencies on FND_CONC_GLOBAL

Line 3702: req_data := fnd_conc_global.request_data;

3698: from hz_imp_batch_summary bs, FND_CONCURRENT_REQUESTS r
3699: where bs.batch_id = P_BATCH_ID
3700: and bs.import_req_id = r.request_id(+);
3701:
3702: req_data := fnd_conc_global.request_data;
3703: stage := 0;
3704: IF (req_data is not null) THEN
3705: stage := to_number(req_data);
3706: END IF;

Line 4316: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',

4312: RETURN;
4313: end if;
4314: END LOOP; -- submitting workers
4315: -- set main program to pause mode
4316: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
4317: request_data => TO_CHAR(stage)) ;
4318:
4319: errbuf := 'Concurrent Workers submitted.';
4320: retcode := 0;