
August 18th, 2005, 02:22 PM
|
 |
The Queen of Typos
|
|
Join Date: Sep 2004
Location: Two Rivers, WI
|
|
|
Pass Multiple Select Form Field Items to a Procedure
I am aware of how to pass a multiple select or checkboxes from other languages such as PHP, but I have a form I have built in PL/SQL.
How do I pass multiple checkboxes or a mult-select box field to another procedure?
I have tried using this format :
Code:
p_services WWV_UTL_API_TYPES.VC_ARR DEFAULT EMPTY_VC_ARR
but when I try to compile it tells me PLS-00201: identifier WWV_UTL_API_TYPES.VC_ARR needs to be declared
|