Change bad example from ```sql declare l_color varchar2(7 char); ... ``` to ```sql declare l_color types_up.color_code_type; ... ```