|
provider_exist function |
|
Contained in package wwpro_api_provider_registry. Call this function to determine if the provider with a given name exists. function provider_exist
) |
|
|
Any user can execute this function. |
|
Version: Oracle Portal 3.0.8 | |
|
Parameter: |
|
|
p_name |
A name string to be used as a search pattern. For example:
All the above return the same value. Note: The search is not case sensitive. The search does not provide for wild character searches, e.g. *. Datatype: in varchar2 |
|
p_node_id |
Not used in Oracle9iAS Portal 9.0.2 or later. Leave null. |
|
Returns: This function returns TRUE if p_name exists. Otherwise, it returns FALSE. Exceptions: This function raises no exceptions. Example: if wwpro_api_provider_registry.provider_exist
|
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |