|
get_flex_proc_path function |
|
Contained in package wwctx_api. Call this function to get a fully qualified URL for flexible parameter passing from a specified partial URL. Note: This function generates a fully qualified URL from a partial,
or relative URL that is suitable for calling via a Listener's flexible
parameter passing convention. function get_flex_proc_path (
) return varchar2; |
|
Version: Oracle9iAS Portal 9.0.2 or later | |
|
Parameters: |
|
|
p_url |
The relative URL. Datatype: in varchar2 |
|
p_schema |
The schema to prefix the URL.
Datatype: in varchar2 |
|
Returns: This function returns a fully qualified URL for a specified relative URL. Exceptions: This function raises no user-defined exceptions. Example: l_process_path := wwctx_api.get_flex_proc_path (
); |
|
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |