cursor table_list_c is
(select table_owner||'.'||table_name tab_name from scr_process@scr_link
where (owner||'.'||table_name ) not in(
select owner||'.'||table_name tab_name from dba_tables@scr_link
));

Try the above.