Upgrade an Execution Setup

Use this API to upgrade one single Execution Setup.

Name

CDR_PUB_DF_EXECUTIONSETUP.UpgradeExecSetup

Signature

PROCEDURE UPGRADEEXECSETUP( 
  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_ESCOMPID  IN    NUMBER, 
  PI_ESOBJID  IN    NUMBER, 
  PI_ESOBJVER  IN    NUMBER, 
  PO_UPGRADESTATUS  IN OUT    VARCHAR2 
); 

Parameters

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

  • PI_ESCOMPID (Mandatory) Enter the COMPANY_ID of the Execution Setup.
  • PI_ESOBJID (Mandatory) Enter the OBJ_ID of the Execution Setup.
  • PI_ESOBJVER (Mandatory) Enter the OBJ_VER of the Execution Setup.
  • PO_UPGRADESTATUS This is an output parameter that indicates whether or not the Execution Setup's upgrade was successful.