DBA Data[Home] [Help]

APPS.OTA_CLASSIC_UPGRADE dependencies on FND_REQUEST

Line 2674: l_request_id := fnd_request.submit_request(

2670: resp_id => l_resp_id,
2671: resp_appl_id => l_resp_appl_id);
2672:
2673: /*Submit the Upgrade Log Request with initial upgrade arguments */
2674: l_request_id := fnd_request.submit_request(
2675: application => 'OTA',
2676: program => 'OTARPUPG',
2677: argument1 => '1',
2678: argument2 => fnd_date.date_to_canonical(sysdate));