Forms4.5:Error356

From: CG <christian.gregory_at_citicorp.com>
Date: 1997/05/01
Message-ID: <3368D6BA.1BE3_at_citicorp.com>#1/1


Hi all,
I'm trying to compile a procedure that I created directly from Forms, but the compiler gives me:
Error 356: TABLE_A must name a table to which the user has access

The compiler does not seem to 'like' the reference to table TABLE_A in the CURSOR xxx IS ... statement.

What I have is
PROCEDURE xyz( inTable IN VARCHAR2) IS
  CURSOR xxx IS SELECT thisColumn FROM TABLE_A; BEGIN
...
END; I looked up this error 356 and verified that there are no obvious errors according to the action item listed from the explanation given with 356. I know that the table exists (I verified) and I can select it from SQL. I tried granting privileges to myself through DBA and I'm still getting the same error.

I'm using Dev/2000 with Forms 4.5.

What else is there to do ?
Regards, Chris Received on Thu May 01 1997 - 00:00:00 CEST

Original text of this message