A view is a stored sql text of a select query. Parameters are out of the discussion. When your stored query returns the column where you want to filter with, you can do it in the calling query.

Understanding the Context

E.g. "SELECT * FROM v_emp WHERE emp_id = ?"