DBA Data[Home] [Help]

APPS.CSR_SCHEDULER_PVT dependencies on FND_REQUEST

Line 852: x_conc_request_id := fnd_request.submit_request(

848: RAISE fnd_api.g_exc_unexpected_error;
849: END IF;
850:
851: -- Submit the Scheduler concurrent program
852: x_conc_request_id := fnd_request.submit_request(
853: application => 'CSR'
854: , program => g_conc_program_name
855: , description => fnd_message.get_string('CSF', 'CSF_R_SEMI_INTERACTIVE_DESC')
856: , sub_request => FALSE

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

857: , argument1 => TO_CHAR(x_sched_request_id)
858: );
859:
860: IF x_conc_request_id = 0 THEN
861: -- FND_REQUEST.SUBMIT_REQUEST should have populated the Message Stack.
862: RAISE fnd_api.g_exc_error;
863: END IF;
864:
865: IF fnd_api.to_boolean(p_commit) THEN