The program name column in sp_who2 may give you a clue. If not, and you are familiar with what the packages do, use DBCC INPUTBUFFER to get the command that is causing the delay. That may point you towards the guilty package. Or you could enable logging in your packages.
John