Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Base a block on a stored Procedure

Base a block on a stored Procedure

From: <tramseier_at_my-deja.com>
Date: Thu, 03 Jun 1999 06:39:12 GMT
Message-ID: <7j57uf$7qs$1@nnrp1.deja.com>


I try to base a block on the following procedure in a package:

package ....

  type myintable IS TABLE OF NUMBER INDEX BY .....   type myouttable IS TABLE OF <type..> INDEX BY....

  procedure a (pintable IN mytable, pouttable IN OUT myouttable);

...

I can build the block but i have no idea how i could pass the parameter

pintable (in the 'query data source arguments' property of the block).

Is there a solution for this problem?

thanks for any idea.

Thomas Ramseier

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Thu Jun 03 1999 - 01:39:12 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US