MGR-00072 package compilation error

From: Christophe SIERRA <referentiel-m_at_dial.oleane.com>
Date: 1998/01/29
Message-ID: <01bd2cd3$e6b90a50$831402c2_at_CESAR>#1/1


[Quoted] [Quoted] I try to create a package, but a warning message is displayed : "MGR-00072 : warning : package created with compilation errors".

The package is very simple : it is empty!!

create package blob as

    procedure go(arg number);
end;

create package body blob as

    procedure go(arg number) is
    begin
    end;
end;

[Quoted] Does someone know what can cause this compilation error ? And about this code "MGR-00072" : I can't find precisions about it! What does it means?

Thanks!
Christophe SIERRA Received on Thu Jan 29 1998 - 00:00:00 CET

Original text of this message