Do not pass a NULL literal or an empty string to NVL
The NVL function lets you replace a null value with a valid value value. So, don't specify a NULL literal or an empty string as a parameter of a NVL call.
Noncompliant Code Example
var := nvl(x, '');