Get the Naming Status of a Parent Object

Use this API to get the naming status of the parent object of the specified object

Name

CDR_PUB_DF_NAMING_UTIL.GetParentNamingStatus

Signature

FUNCTION GETPARENTNAMINGSTATUS( 
  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, 
  PI_COMPANYID  IN    CDR_NAMINGS.COMPANY_ID%TYPE, 
  PI_NSOBJID  IN    CDR_NAMINGS.OBJ_ID%TYPE, 
  PI_NSOBJVER  IN    CDR_NAMING_VERSIONS.OBJ_VER%TYPE 
) RETURN VARCHAR2; 

Return

Type VARCHAR2

Description varchar2

Parameters

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

  • PI_COMPANYID (Mandatory) Enter the COMPANY_ID of the object.
  • PI_NSOBJID (Mandatory) Enter the OBJ_ID of the given object.
  • PI_NSOBJVER (Mandatory) Enter the OBJ_VER of the given object.