Strange PL/SQL behavior in different Versions!

From: Sascha Zumbusch <sascha_at_uropax.contrib.de>
Date: Wed, 28 Jul 1993 14:05:57 GMT
Message-ID: <1993Jul28.140557.6152_at_uropax.contrib.de>


Hi,  

we have a strange Problem here using PL/SQL!  

We try to install a large application using ORACLE.  

On one machine using ORACLE 1.0.32.3.1 it works. On another machine using ORACLE 1.0.32.2.1 it fails with the following error message:  

working (form action)PL/SQL error 313 at line 1, column 1:

    'DISABLE_ITEM' not declared in this scope     Statement ignored
FRM-30133: Compile Error on trigger PRE-BLOCK  

So, what's the difference?
Unfortunately I'm not an expert in ORACLE, so please be kind to me. I too didn't found any declarations of 'disable_item'. Is it a library function, which was not implemented in ORACLE 1.0.32.2.1?  

Here the code fragment:  

      DEFINE TRIGGER  

         NAME = PRE-BLOCK
         TRIGGER_TYPE = V3
         TEXT = <<<
         disable_item('HMI_ACTION','HMI_ACTION'); <--- The 'error'
         :using.using := '';
         :using.semi := ';';

>>>
ENDDEFINE TRIGGER

So, if this question is stupid, flame on me, but tell me!  

Thx in dvance,  

Sascha

-- 
-----------------------------------------------------------------------------
Sascha Zumbusch          Contributed Software               "To push UNIX,
030/694 69 07 		     Graefestr. 76                       sell it!!!!!"
D2-Netz:(+49172)301 62 35	 1000 Berlin 61 / 10967 Berlin
Received on Wed Jul 28 1993 - 16:05:57 CEST

Original text of this message