racosta, thanks for replying.
It's the changes that we made in the sp's code.
Before change - exec vkbsp_getCost @ProductCode, @ContractRef, @Cost output
After change - exec vkbsp_getCost @ProductCode, @ContractRef, @CertificateRef, @Cost output
A...