NVL - Converts a NULL to another specified value, as in:
my_var := NVL (your_var, 'Hello');
IS NULL and IS NOT NULL
You can use this syntax to check specificaly to see if a variable's value is NULL or NOT NULL.