pub fn check_positive_decimal(value: Decimal, param: &str) -> Result<()>
Checks the Decimal value is positive (> 0).
Decimal
Returns an error if the validation check fails.