|
get_image_path function |
|
Contained in package wwctx_api. Call this function to return the path to an image file. If no image file name is provided, this function returns the path to the directory where the images are. Notes:
function get_image_path (
) return varchar2; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_filename |
The name of the image file to which a path is required.
Datatype: in varchar2 |
|
Returns: This function returns the path to the specified image directory or file. Exceptions: This function raises no user-defined exceptions. Example: l_image varchar2(200);
); |
|
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |