Package Body won't compile?

From: Joseph Buhl <jbuhl_at_den.mmc.com>
Date: 1995/10/09
Message-ID: <45c3c0$her_at_tel.den.mmc.com>#1/1


I ge an invalid table name when I do show error afte trying to compile the following package body:

create package body boq_mgmt as

      procedure insert_boq (vboq_code number,vboq_desc varchar2) is
        begin
                insert into qt_boq_dict
                        values(vboq_code,vboq_desc);
        end;

end boq_mgmt;

I have a standalone stored proc that does the same thing and it works fine whats wrong?
Priveleges?

thanks
joe Received on Mon Oct 09 1995 - 00:00:00 CET

Original text of this message