Skip Headers

Oracle Workflow API Reference
Release 2.6.3.5

Part Number B12163-02
Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

GetValueForParameterPos

PL/SQL Syntax

function GetValueForParameterPos

    (p_position in integer,
p_parameterlist in wf_parameter_list_t)
return varchar2;

Description

Retrieves the value of the parameter stored at the specified position in the specified parameter list varray.

Arguments (input)

p_position The index representing the position of the parameter within the parameter list.
p_parameterlist The parameter list.


         Previous  Next          Contents  Index  Glossary



Oracle Logo
Copyright © 2003, 2004, Oracle. All rights reserved.