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

Home -> Community -> Usenet -> c.d.o.server -> Re: FRM-40815: Variable Global.using-Transactional-Triggers does not exist

Re: FRM-40815: Variable Global.using-Transactional-Triggers does not exist

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 15 Nov 2005 22:10:04 -0800
Message-ID: <1132121404.529118@yasure>


Maga via DBMonster.com wrote:
> Hi everyone,
>
> I have in the Data Block Trigger ON-SEQUENCE-NUMBER
>
> Begin
> IF :Global.Using_Transactional_Triggers = 'TRUE' THEN
> User_Exit('orderid seq=MEDORDER_ID');
> ELSE
> Generate_Sequence_Number;
> END IF;
> END;
>
>
> and, in the Initial Value property of the item that I need assign this
> sequential number
> I add the following sentence
>
> :SEQUENCE.sys.medorder_id.NEXTVAL
>
> when I use the form, the number increment but this error appears
> FRM-40815: Variable Global.using-Transactional-Triggers does not exist
>
> I obtain this instruction using the help of Forms, I don't know if make the
> best use of this method.
>
> My goal when I use this method was use the sequence created to increment
> automatically an ID number.
>
> Thanks,
> Maga

What is it you are trying to do with what version of Forms?

Why not SELECT sequence_name.NEXTVAL INTO variable FROM dual?

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Wed Nov 16 2005 - 00:10:04 CST

Original text of this message

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