DBA Data[Home] [Help]

APPS.PER_DATA_UPGRADER_UTIL dependencies on FND_REQUEST

Line 287: l_request_id := fnd_request.submit_request(

283: ** the process specified.
284: */
285: for counter in 1..l_number_of_threads loop
286: writeLog('Submitting thread '||to_char(counter), 'G', FALSE, 0);
287: l_request_id := fnd_request.submit_request(
288: application => 'PER',
289: program => 'PERMTUPGWKR',
290: sub_request => TRUE,
291: argument1 => counter,