Get the Type of a Naming Object

Use this API to get the type of a specified naming object.

Name

CDR_PUB_DF_NAMING_UTIL.GetNamingObjectType

Signature

FUNCTION GETNAMINGOBJECTTYPE( 
  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 VARCHAR2; 

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.