Declassify an Object

Use this procedure to remove a single classification value from a defined Object.

Name

CDR_PUB_CLA_OBJ_CLASSIFICATION.Declassify

Signature

PROCEDURE DECLASSIFY( 
  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, 
  X_RETURN_STATUS  OUT    VARCHAR2, 
  X_MSG_COUNT  OUT    NUMBER, 
  X_MSG_DATA  OUT    VARCHAR2, 
  PI_NOBJECTID  IN    CDR_NAMINGS.OBJ_ID%TYPE, 
  PI_NCLALEVELID  IN    PLS_INTEGER, 
  PI_NCLASSIFICATIONID  IN    PLS_INTEGER 
); 

Parameters

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

  • PI_NOBJECTID (Mandatory) Enter the object ID of the object from which you want to remove classifications.)
  • PI_NCLALEVELID (Mandatory) Enter the ID of the classification hierarchy level that contains the classification value, or term, that you want to remove.
  • PI_NCLASSIFICATIONID (Mandatory) Enter the ID of the classification value, or term, that you want to remove.