DBA Data[Home] [Help]

APPS.HZ_LOCATION_SERVICES_PUB dependencies on FND_CONC_GLOBAL

Line 238: req_data := fnd_conc_global.request_data;

234: savepoint address_validation_pub;
235:
236: FND_MSG_PUB.initialize;
237:
238: req_data := fnd_conc_global.request_data;
239:
240: --
241: -- If this is the first run, we well set i = 1.
242: -- Otherwise, we will set i = request_data + 1, and we will

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

474: log('Concurrent Program Execution completed ');
475: log('End Time : '|| TO_CHAR(SYSDATE, 'MM-DD-YY HH24:MI:SS'));
476:
477: IF(l_total_loc > 0) THEN
478: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
479: request_data => TO_CHAR(i));
480: errbuf := 'Concurrent Program Execution completed ';
481: retcode := 0;
482: RETURN;