Re: Function Call in PL/SQL script

From: Van Messner <vmessner_at_netaxis.com>
Date: Thu, 3 Jun 1999 19:37:04 -0400
Message-ID: <OqE53.475$Vi5.20396_at_typ32b.nn.bcandid.com>


Yes, you can define a function in the procedure and then call it within the procedure. I often do this for pesky little things like returning a particular piece of a string in a certain format or whatever. And you can define procedures in procedures and then call them within the procedure.

Van

  1. el Azzouzi wrote in message <7j5blu$rkq$1_at_news.accu.uu.nl>...
    >Hello there,
    >
    >Does anyone know if there is a possibility to define
    >a function in a PL/SQL-script in order to call it many times
    >in the same script.
    >So, I don't mean stored procedures/packages.
    >
    >Many thanks in advance,
    >
    >A.
    >
    >
    >
    >
Received on Fri Jun 04 1999 - 01:37:04 CEST

Original text of this message