DBA Data[Home] [Help]

APPS.OTA_DATA_UPGRADER_UTIL dependencies on FND_REQUEST

Line 421: l_request_id := fnd_request.submit_request(

417: ** the process specified.
418: */
419: for counter in 1..l_number_of_threads loop
420: writeLog('Submitting thread '||to_char(counter), 'G', FALSE, 0);
421: l_request_id := fnd_request.submit_request(
422: application => 'OTA',
423: program => 'OTAMTUPGWKR',
424: --program => 'PERMTUPGWKR',
425: sub_request => TRUE,