DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on FND_CONC_GLOBAL

Line 8435: req_data := fnd_conc_global.request_data;

8431: l_lightest_worker NUMBER;
8432: l_lightest_load NUMBER;
8433: l_reqid FND_CONCURRENT_REQUESTS.request_id%TYPE;
8434: BEGIN
8435: req_data := fnd_conc_global.request_data;
8436: log_msg(FND_FILE.LOG, 'Request Data= ' || req_data );
8437: IF req_data IS NOT NULL
8438: THEN
8439: errbuf:='Done';

Line 8651: FND_CONC_GLOBAL.set_req_globals(

8647: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Launching Process '||l_worker_id||' with Request ID '||l_reqid);
8648: END IF; -- IF l_worker_load(i).used
8649: END LOOP; -- FOR j in 1 .. l_worker_load.LAST
8650: -- Set the Request Data to be used in the re-run of the Master Program ..
8651: FND_CONC_GLOBAL.set_req_globals(
8652: conc_status => 'PAUSED'
8653: ,request_data => '2 RUN'); -- Instead of NULL, it was i here ..
8654: ELSE
8655: log_msg(FND_FILE.LOG, 'No workers assigned due to no data found for prcocesing');