I understand you can delete from multiple tables using joins. But, I'm not sure how to do that. I tried using this statement and it didn't work either.
delete trm, val
from MCS.stg_mdcr_trmntn_rpt trm, MCS.stg_mdcr_vldtn_rpt val
where trm.import_proc_id = 156;