DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on FND_CONC_GLOBAL

Line 31688: req_data := fnd_conc_global.request_data;

31684: return;
31685: else
31686:
31687:
31688: req_data := fnd_conc_global.request_data;
31689: write_to_log('req_data retrieved =' || req_data);
31690:
31691: if req_data is not null then
31692: errbuf := 'Done!';

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

31734: retcode := 2;
31735: else
31736: retcode := 0;
31737: end if;
31738: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
31739: request_data => to_char(1));
31740: errbuf := 'Sub-Request submitted!';
31741: retcode := 0;
31742:

Line 31789: req_data := fnd_conc_global.request_data;

31785: loop
31786: write_to_log('batch_num_tab(' || i || ')=' || batch_num_tab(i));
31787: end loop;
31788:
31789: req_data := fnd_conc_global.request_data;
31790: write_to_log('req_data retrieved =' || req_data);
31791:
31792: if req_data is not null then
31793: errbuf := 'Done!';

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

31821: retcode := 2;
31822: end if;
31823:
31824: end loop;
31825: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
31826: request_data => to_char(1));
31827: errbuf := 'Sub-Request submitted!';
31828: retcode := 0;
31829: end if;

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

31954: retcode := 2;
31955: end if;
31956:
31957: end loop;
31958: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
31959: request_data => to_char(1));
31960: errbuf := 'Sub-Request submitted!';
31961: retcode := 0;
31962:

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

32152: retcode := 2;
32153: end if;
32154:
32155: end loop;
32156: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
32157: request_data => to_char(1));
32158: errbuf := 'Sub-Request submitted!';
32159: retcode := 0;
32160: