Running PL/SQL Dev version 5.1.5.744.
Here's my problem. I have a 500 line package body which has the following code somewhere in the middle:
INSERT INTO item_cost_tmp
SELECT blah1, blah2, blah3...blah33
FROM dual;
The SELECT line is very long, 300 characters long to be exact. On the...