Try below. There are other ways to do this as well if this is not the results you are hoping for.
1: 2: 3: 4: 5: 6: 7: 8: 9:
select whatevercolumns from msb_fffa_work_sub t1 where not exists ( select * from msb_ffa_work_pym t2 where t2.doc_no = t1.doc_no )