Is it possible to pass table name as input parameter into the cursor?

cursor my_cur(table_name varchar2) is
select column from table_name