DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on FND_CONC_GLOBAL

Line 32154: req_data := fnd_conc_global.request_data;

32150: return;
32151: else
32152:
32153:
32154: req_data := fnd_conc_global.request_data;
32155: write_to_log('req_data retrieved =' || req_data);
32156:
32157: if req_data is not null then
32158: errbuf := 'Done!';

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

32200: retcode := 2;
32201: else
32202: retcode := 0;
32203: end if;
32204: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
32205: request_data => to_char(1));
32206: errbuf := 'Sub-Request submitted!';
32207: retcode := 0;
32208:

Line 32255: req_data := fnd_conc_global.request_data;

32251: loop
32252: write_to_log('batch_num_tab(' || i || ')=' || batch_num_tab(i));
32253: end loop;
32254:
32255: req_data := fnd_conc_global.request_data;
32256: write_to_log('req_data retrieved =' || req_data);
32257:
32258: if req_data is not null then
32259: errbuf := 'Done!';

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

32287: retcode := 2;
32288: end if;
32289:
32290: end loop;
32291: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
32292: request_data => to_char(1));
32293: errbuf := 'Sub-Request submitted!';
32294: retcode := 0;
32295: end if;

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

32420: retcode := 2;
32421: end if;
32422:
32423: end loop;
32424: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
32425: request_data => to_char(1));
32426: errbuf := 'Sub-Request submitted!';
32427: retcode := 0;
32428:

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

32618: retcode := 2;
32619: end if;
32620:
32621: end loop;
32622: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
32623: request_data => to_char(1));
32624: errbuf := 'Sub-Request submitted!';
32625: retcode := 0;
32626: