NVL is a null coalescing function required for STEP.
The value to test.
The value to replace it with if the test fails.
Test value if it's not nullish, replaceValue otherwise.
NVL is a null coalescing function required for STEP.