Re: Pragma - Restrict References - urgent help...

From: <RTProffitt_at_beckman.com>
Date: Mon, 17 May 1999 15:19:04 GMT
Message-ID: <7hpc15$icu$1_at_nnrp1.deja.com>


Try this:

create or replace package MyPkg as

   function Myfunc (parm1 varchar2, parm2...etc)   return varchar2;

  PRAGMA RESTRICT_REFERENCES (Myfunc, WNDS); end MyPkg;

The package body does not contain a pragma clause.

Robert Proffitt
RTProffitt_at_beckman.com

--== Sent via Deja.com http://www.deja.com/ ==-- ---Share what you know. Learn what you don't.--- Received on Mon May 17 1999 - 17:19:04 CEST

Original text of this message