Prevent Access to a Security View

Use this API to check the functional security permissions of an application user and prevent access to a Security View if the user does not have the required permissions.

Name

CDR_PUB_SECURITY_PKG.uninitializeAccessToSecView

Return

Boolean

  • True: The user has the functional security permission.
  • False: The user does not have the functional security permission.

Signature

FUNCTION UNINITIALIZEACCESSTOSECVIEW(
  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, 
  PIO_BASEOBJECT  IN OUT    CDR_BASE_OBJ_TYPE, 
  PI_COMMENT  IN    VARCHAR2 
  RETURN BOOLEAN; 

Parameters

This API has standard parameters (see Standard Parameters).