Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Oracle Forms Compile Error

Oracle Forms Compile Error

From: Phill Weiss <weiss_at_cig.mot.com>
Date: 15 Oct 1999 12:16:33 GMT
Message-ID: <7u75v1$fem3@nntp.cig.mot.com>

I am trying to compile a pre-insert trigger in Oracle forms 4.5 however, it will not compile. The text of my trigger is:

declare temp number;

begin

select insp.seq_bsc_insp_id.nextval
into temp from dual;

:insp_master.insp_id := temp;

end;

"insp.seq.bsc_insp_id" is a sequence. When I compile the above, an error dialog box pops up stating "PDE-PER001 internal error (deplu 3)." I've tried to look up this error but can't find it. Has anyone ever seen this error before. What does it mean, and how can I fix it? I would appreciate your help. Thanks. Received on Fri Oct 15 1999 - 07:16:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US