|
find function (ID) function |
|
Contained in package wwpro_api_progrp_registry. Call this function to find a registered provider group (given an id) and return the corresponding provider_group_record. Note: The language of translatable text in the provider group
record is determined by the p_language argument. function find
) |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_provider_group_id |
The ID of the provider group required. Datatype: in varchar2 |
|
p_language |
The NLS language to be used when translating the 'display_name' of the provider group. For example, wwnls_api.FRENCH. For more information, refer to Datatype: in varchar2 |
|
Returns: This function returns the provider group record corresponding to the given ID (p_provider_group_id). Exceptions: If the provider group cannot be found, PROGRP_NOT_FOUND_EXCEPTION is
raised. Example: begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |