Verify Whether an API is Enabled

Use this API to find out whether or not the API you want to use is enabled.

Name

CDR_PUB_API_INITIALIZATION.IsAPIenabled

Signature

FUNCTION ISAPIENABLED( 
  P_API_VERSION  IN    NUMBER, 
  P_INIT_MSG_LIST  IN    VARCHAR2 := CDR_PUB_DEF_CONSTANTS.G_FALSE, 
  P_COMMIT  IN    VARCHAR2 := CDR_PUB_DEF_CONSTANTS.G_FALSE, 
  P_VALIDATION_LEVEL  IN    NUMBER := CDR_PUB_DEF_CONSTANTS.G_VALID_LEVEL_FULL 
) RETURN BOOLEAN; 

Return

BOOLEAN

  • True: The API is enabled.
  • False: It is disabled.

Parameters

This API has standard parameters. See Standard Parameters for details.