|
get_system_var_names function |
|
Contained in package wwctx_api. Call this function to get the set of external system variable names. External system variable names are used (for example) when editing a
page, i.e. the Parameters tab allows you to assign a public portlet parameter
to any one of the known external system variables. The names of these
known system variables is retrieved by calling this function. function get_system_var_names |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Returns: This function returns the set of external system variable names. Exceptions: This function raises no user-defined exceptions. Example: l_system_var_names wwctx_api.system_var_names_type; l_system_var_names := wwctx_api.get_system_var_names; |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |