Just use the following statement:

[b]delete from acc_partition partition (part02)
where account_number in (select account_number
from account_delete_hlp) [/b]

Sergey.