Re: P_ARG_VALUES

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Tue, 21 Mar 2000 19:01:30 +0800
Message-ID: <38D7568A.3BA4_at_yahoo.com>


jehall_at_my-deja.com wrote:
>
> If I have a form in which I put several values in P_ARG_VALUES how do I
> index them individually? In other words, suppose P_ARG_VALUES =
> FIELD1,FIELD2 and FIELD3. How do I retrieve them separately or access
> the information. If I just say htp.print (P_ARG_VALUES); it displays
> only the first value.
>
> Jason
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

p_arg_values is typically an array of type: OWA.VC_ARR (if memory serves). Thus use the normal PL/SQL table attributes to reference each bit

htp.p(p_arg_value(i))

etc

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk

We are born naked, wet and hungry...then things get worse
Received on Tue Mar 21 2000 - 12:01:30 CET

Original text of this message