Combination of first_name, last_name, hire_date fields is not the same as record type emp_name_rec defined for your table type. You need to use cast to convert them to expected data type.

Sergey