Oracle9iAS Portal Developer Kit

is_call_via_adapter function

Contained in package wwpro_api_adapter.

Call this function to establish whether the current call is via the PL/SQL HTTP Adapter.

function is_call_via_adapter
return boolean;

Version: Oracle9iAS Portal 9.0.2 or later

Returns:

This function returns TRUE if the current call is via the PL/SQL HTTP Adapter, FALSE otherwise.

Exceptions:

  • This procedure raises no user-defined exceptions.

Example:

wwpro_api_adapter.is_call_via_adapter;

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio