Re: Oracle FUNCTIONS

From: David Bath <dtb_at_otto.bf.rmit.oz.au>
Date: 14 Apr 93 04:46:53 GMT
Message-ID: <dtb.734762813_at_otto>


fgreene_at_hayes.com writes:

> I just read an article by Steve Muench in the '92 Oracle Proceedings
>(Paper # 174) that describles amoung other things how to write a FUNCTION
>is Forms.
 

> QUESTION: Where in the blue blazes are user developed functions
>described in the documentation? I have gone through the forms manual and
>can find nothing.

I cannot see them either, but have some of my own notes DEFINE PROCEDURE    NAME = MY_FUNCTION
   DEFINITION = <<<
   function MY_FUNCTION (
   arg1 in number
   )
   return char
   is
   begin

	   ....
	   return 'ABC'
	   ...
	end

   >>>

ENDDEFINE PROCEDURE

-- 
David T. Bath             | Email:dtb_at_otto.bf.rmit.oz.au (131.170.40.10)
Senior Tech Consultant    | Phone: +61 3 347-7511 TZ=AEST-10AEDST-11
Global Technology Group   | 179 Grattan St, Carlton, Vic, 3153, AUSTRALIA
"The robber of your free will does not exist" - Epictetus
Received on Wed Apr 14 1993 - 06:46:53 CEST

Original text of this message