Get a Message

Use this API to retrieve messages from the message stack.

Name

CDR_PUB_MSG_PUB.Get

Signature

FUNCTION GET( 
  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, 
  P_MSG_INDEX  IN    NUMBER := G_NEXT, 
  P_ENCODED  IN    VARCHAR2 := 'T' 
) RETURN VARCHAR2; 

Return

Type VARCHAR2

Description varchar2 Message Text

Parameters

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

  • P_MSG_INDEX (Mandatory) Enter the number of the message you want to retrieve; for example, if you enter the number 1, the first message is retrieved from the message stack.
  • P_ENCODED (Mandatory) Enter "T" if you want the message to be encoded, and "F" if you do not.