Hi Guru's
I am trying to add a parameter in an existing procedure and deploy in test.
However this might break the code as all the .net or Java codes calling this code needs to add that parameter in their call as well.
How do we safely add that additional parameter without .net or Java modify their call safely?
Is there a way?