DBA Data[Home] [Help]

APPS.PER_DATA_UPGRADER_UTIL dependencies on FND_REQUEST

Line 283: l_request_id := fnd_request.submit_request(

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