DBA Data[Home] [Help]

APPS.OKL_PRB_UPGRADE_PVT dependencies on FND_CONC_GLOBAL

Line 537: req_data := fnd_conc_global.request_data;

533: l_prb_enabled VARCHAR2(1);
534: l_k_status VARCHAR2(5000);
535:
536: BEGIN
537: req_data := fnd_conc_global.request_data;
538: log_msg(FND_FILE.LOG, 'Request Data= ' || req_data );
539: IF req_data IS NOT NULL
540: THEN
541: --errbuf:='Done';

Line 1300: FND_CONC_GLOBAL.set_req_globals(

1296: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Launching Process '||l_worker_id||' with Request ID '||l_reqid);
1297: END IF; -- IF l_worker_load(i).used
1298: END LOOP; -- FOR j in 1 .. l_worker_load.LAST
1299: -- Set the Request Data to be used in the re-run of the Master Program ..
1300: FND_CONC_GLOBAL.set_req_globals(
1301: conc_status => 'PAUSED'
1302: ,request_data => '2 RUN'); -- Instead of NULL, it was i here ..
1303: ELSE
1304: log_msg(FND_FILE.LOG, 'No Workers Assigned. Reason: No Data Found for Processing!');