function GetValueForParameter (p_name in varchar2, p_parameterlist in wf_parameter_list_t) return varchar2;
Retrieves the value of the specified parameter from the specified parameter list varray. GetValueForParameter() begins at the end of the parameter list and searches backwards through the list.
| p_name | The parameter name. |
| p_parameterlist | The parameter list. |