Are you certain that's the SQL being executed when you get the error?
The SQL you posted doesn't have a syntax error, but the error you posted looks a bit like you've exceeded 8000 characters in one of the variables and the statement has been truncated (PlaceDeli looks like only part of PlaceDelivery).
BTW... I hope you are filtering out invalid characters in the front end application... if not, you are leaving yourself open to a bit of SQL injection.