DBA Data[Home] [Help]

APPS.CSF_TRIPS_PUB dependencies on FND_REQUEST

Line 3499: x_conc_request_id := fnd_request.submit_request (

3495: fnd_message.set_name('CSR','OPTIMIZE_ACROSS_TRIPS');
3496: l_oat_string := fnd_message.get;
3497:
3498: -- submit the concurrent request 'Optimize Across Trips'
3499: x_conc_request_id := fnd_request.submit_request (
3500: application => 'CSR'
3501: , program => 'OPTIMIZE_ACROSS_TRIPS'
3502: , sub_request => FALSE
3503: , argument1 => l_sched_request_id

Line 3507: -- FND_REQUEST.SUBMIT_REQUEST should have populated the Message Stack.

3503: , argument1 => l_sched_request_id
3504: );
3505:
3506: IF x_conc_request_id = 0 THEN
3507: -- FND_REQUEST.SUBMIT_REQUEST should have populated the Message Stack.
3508: x_return_status := fnd_api.g_ret_sts_error;
3509: RAISE fnd_api.g_exc_error;
3510: END IF;
3511: