When selecting the Schema Browser option 'Save to File' for a Package, the schema owner is sometimes not added to the Package name on the 'Create or Replace schema_owner .package_name' line.
Instead it is placed in the next occurence of 'package_name', at the end of the script.
e.g. It is now appearing as:
CREATE OR REPLACE PACKAGE BODY p_test
AS
gc_test CONSTANT VARCHAR2(30) := UPPER('SCHEMA_NAME.p_test');
instead of:
WORKAROUND:
None.
This is only occurring from Toad 10