Re: Procedure, package and ref cursors question
From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 17 Oct 2005 17:17:29 -0700
Message-ID: <1129594646.519642_at_yasure>
Date: Mon, 17 Oct 2005 17:17:29 -0700
Message-ID: <1129594646.519642_at_yasure>
sahcutie wrote:
> Is it possible to have a procedure that returns a ref cursor without
> the the procedure being in a package? If it is, how should it be
> passed in the parameters and also be declared?
Yes. A procedure or function being in a package is irrelevant to the parameters it can accept and/or return.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Tue Oct 18 2005 - 02:17:29 CEST