DBA Data[Home] [Help]

APPS.CSR_SCHEDULER_PVT dependencies on FND_REQUEST

Line 917: x_conc_request_id := fnd_request.submit_request(

913: RAISE fnd_api.g_exc_unexpected_error;
914: END IF;
915:
916: -- Submit the Scheduler concurrent program
917: x_conc_request_id := fnd_request.submit_request(
918: application => 'CSR'
919: , program => g_conc_program_name
920: , description => fnd_message.get_string('CSF', 'CSF_R_SEMI_INTERACTIVE_DESC')
921: , sub_request => FALSE

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

922: , argument1 => TO_CHAR(x_sched_request_id)
923: );
924:
925: IF x_conc_request_id = 0 THEN
926: -- FND_REQUEST.SUBMIT_REQUEST should have populated the Message Stack.
927: RAISE fnd_api.g_exc_error;
928: END IF;
929:
930: IF fnd_api.to_boolean(p_commit) THEN