Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
procedure AddParameterToListPos
(p_name in varchar2,
p_value in varchar2,
p_position out integer,
p_parameterlist in out wf_parameter_list_t);
Description
Adds the specified parameter name and value pair to the end of the specified parameter list varray. If the varray is null, AddParameterToListPos() initializes it with the new parameter. The procedure also returns the index for the position at which the parameter is stored within the varray.
Arguments (input)
p_name | The parameter name. |
p_value | The parameter value. |
p_parameterlist | The parameter list. |
Previous | Next | Contents | Index | Glossary |