DBA Data[Home] [Help]

APPS.CSF_TRIPS_PUB dependencies on FND_REQUEST

Line 3847: x_conc_request_id := fnd_request.submit_request (

3843: fnd_message.set_name('CSR','OPTIMIZE_ACROSS_TRIPS');
3844: l_oat_string := fnd_message.get;
3845:
3846: -- submit the concurrent request 'Optimize Across Trips'
3847: x_conc_request_id := fnd_request.submit_request (
3848: application => 'CSR'
3849: , program => 'OPTIMIZE_ACROSS_TRIPS'
3850: , sub_request => FALSE
3851: , argument1 => l_sched_request_id

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

3851: , argument1 => l_sched_request_id
3852: );
3853:
3854: IF x_conc_request_id = 0 THEN
3855: -- FND_REQUEST.SUBMIT_REQUEST should have populated the Message Stack.
3856: x_return_status := fnd_api.g_ret_sts_error;
3857: RAISE fnd_api.g_exc_error;
3858: END IF;
3859: