DBA Data[Home] [Help]

APPS.OTA_DATA_UPGRADER_UTIL dependencies on FND_CONC_GLOBAL

Line 381: l_request_data := fnd_conc_global.request_data;

377: /*
378: ** Get restart token....
379: */
380: writeLog('Step 1', 'G', FALSE, 0);
381: l_request_data := fnd_conc_global.request_data;
382: if l_request_data is not null then
383: /*
384: ** Performe restart processing.
385: */

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

440: argument16 => p_param10,
441: argument17 => chr(0));
442: writeLog('submitted request '||to_char(l_request_id), 'G', FALSE, 0);
443: end loop;
444: fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
445: request_data => 'OTAMTUPGCTL');
446: --request_data => 'PERMTUPGCTL');
447: end;
448: