Get Discrepancy Action, Version 2

Use this API to retrieve information about an Oracle DMW Discrepancy Action.

Name

DME_PUB_DISC_ACTION.GetDiscAction

Signature

PROCEDURE GETDISCACTION,
( P_API_VERSION IN VARCHAR2,
P_INIT_MSG_LIST IN VARCHAR2 DEFAULT CDR_PUB_DEF_CONSTANTS.G_FALSE,
P_COMMIT IN VARCHAR2 DEFAULT CDR_PUB_DEF_CONSTANTS.G_FALSE,
P_VALIDATION_LEVEL IN NUMBER DEFAULT CDR_PUB_DEF_CONSTANTS.G_VALID_LEVEL_FULL,
X_RETURN_STATUS OUT NOCOPY VARCHAR2,
X_MSG_COUNT OUT NOCOPY NUMBER,
X_MSG_DATA OUT NOCOPY VARCHAR2,
PI_ACTION_NAME IN VARCHAR2,
PIO_DME_DISC_ACTION IN OUT NOCOPY DME_DISC_ACTION_TYPE,
);  

Parameters

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

  • PI_ACTION_NAME (Mandatory). Provide the name of the discrepancy action to retrieve information for it.
  • PIO_DME_DISC_ACTION (Mandatory). This is a parameter of type DME_DISC_ACTION_TYPE for the returned values.