Find Whether Checked Out By Current User

Use this API to find out whether the given naming object is checked out by the current user.

Name

CDR_PUB_DF_NAMING_UTIL.IsCheckedOutByUser

Signature

FUNCTION ISCHECKEDOUTBYUSER( 
  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    CDR_BASE_OBJ_TYPE 
) RETURN BOOLEAN; 

Return

Type BOOLEAN Description boolean

Parameters

This API has standard parameters (see Standard Parameters) and the following parameter:

PIO_BASEOBJECT (Mandatory) This is a parameter of table type CDR_BASE_OBJ_TYPE.

The required attributes are COMPANY_ID,OBJECT_ID,OBJECT_VER,NAMESPACE_OBJ_ID,NAMESPACE_OBJ_VER.