Hi All,
I am trying to call a Stored procedure using below functions.
Declare XXX Procedure for SP_XXX(:input1, :input2, :Output)
Execute XXX.
Can anyone please let me know if this is Valid syntax or if i am missing anything.
Because the output variable always has value empty.
Thanks in Advance,
Lavanya.