Not able to call stored procedure using SQL Execute action
This is the Stored Procedure I am trying to Execute:
begin
proc_ImageDocExists(PDOCID =>'{ItemProperty:DocID}', PRESULT =>'{WorkflowVariable:Result}' output);
end;
See Below Error:
Error performing database operation. ORA-06550: line 1, column 66:
PLS-00103: Encountered the symbol "OUTPUT" when expecting one of the following:
) , * & = - + < / > at in is mod remainder not rem
<an exponent (**)> <> or != or ~= >= <= <> and or