|
get_log_registry function |
|
Contained in package wwlog_api. Call this function to retrieve an array containing all existing log registry records. Note: The log registry table is useful for determining those logging calls that are actually recorded in the activity log. function get_log_registry return g_log_registry_array; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Returns: This function returns log registry records in an array. Exceptions: This function raises no user-defined exceptions. Example: g_log_registry_array := wwlog_api.get_log_registry; |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |