SyntaxFix
Write A Post
Hire A Developer
Questions
@Michael Lockwood - you don't need to use the keyword "CALL" anywhere. You just need to mention the procedure call directly.
That is
Begin proc1(input1, input2); end; /
instead of
Begin call proc1(input1, input2); end; /