FCLT#73169 RAISE_APPLICATION_ERROR met volledige tekst moet ORA-20001 zijn, niet 20000
svn path=/Database/trunk/; revision=56410
This commit is contained in:
@@ -385,7 +385,7 @@ AS
|
||||
NULL;
|
||||
RETURN;
|
||||
END;
|
||||
raise_application_error (-20002, 'prj package: copy not yet supported');
|
||||
raise_application_error(-20001, 'prj package: copy not yet supported');
|
||||
RETURN;
|
||||
-- ** Parameters are proven valid
|
||||
-- Kopieer de ruimtes
|
||||
|
||||
Reference in New Issue
Block a user