|
retrieve procedure |
|
Contained in package wwpro_api_parameters package. Call this procedure to retrieve a list of all the URL parameters (names and values), unchanged. procedure retrieve (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_names |
The names of each parameter. Note: Duplicates are permitted. Datatype: in out owa.vc_arr |
|
p_values |
The corresponding parameter value. Datatype: in out owa.vc_arr |
|
Exceptions: This function raises no exceptions. Example: If a URL has these parameters: http://.......?empno=10;&deptno=10;&a.deptno=20;a.deptno=25&a.folderid=30 Then this call: l_names owa.vc_arr; wwpro_api_parameters.retrieve Returns the following values in l_names and l_values: l_names: empno, deptno, a.deptno, a.deptno, a.folderid |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |