455: ERR_REPORT (p_user_id,p_batch_date,p_delete_rows,p_header_message)*/
456: /* Extracting WebADI from Concurrent Program LOV */
457: IF p_grade_creation_method_type <> 'WEBADI' THEN
458: v_request_id :=
459: fnd_request.submit_request ('IGS', 'IGSASS25', NULL, NULL, FALSE, p_user_id, p_batch_datetime, p_delete_rows);
460: END IF;
461: IF v_request_id = 0 THEN
462: RAISE fnd_api.g_exc_unexpected_error;
463: END IF;