Re: Run_Product problem
From: <rtproffitt_at_my-deja.com>
Date: Thu, 02 Dec 1999 17:45:40 GMT
Message-ID: <826b7r$iqm$1_at_nnrp1.deja.com>
Date: Thu, 02 Dec 1999 17:45:40 GMT
Message-ID: <826b7r$iqm$1_at_nnrp1.deja.com>
You cannot use the quotes in your statement:
> Run_Product(REPORTS,vfile,ASYNCHRONOUS,RUNTIME,FILESYSTEM,'','');
The system cannot determine which form of Run_Product to use
because it cannot determine the type.
You could for example declare a variable:
p_id ParamList := NULL;
Run_Product(REPORTS,vfile,ASYNCHRONOUS,RUNTIME,FILESYSTEM,p_id,'');
Robert Proffitt
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Dec 02 1999 - 18:45:40 CET