Hello @Ankit Kumar ,
Thanks for the reply. Are you using any input parameters in your SP?
Could you please share your SP definition?
I am going through a similar error message on the below thread; as per the suggestion, it requires a specific syntax.
I was able to call the sp using the below syntax(also, it worked for me using the standard syntax).
call sp1();
Can you please try this from your end and see