Response Parameters

This topic provides the Response Parameters.

The following table describes the details of response parameters.

Table 3-2 Alert Suppression Response Parameter Details

Business Name API Response Data Element Description Data Type and Length
Suppression Code supCode For ECM created Suppression rules this would be similar to Suppression rule Seq (running seq). But this column has been added in case we have Third party Suppression rules in the future String (100)
Suppression Sequence ID supSeqId Running Sequence Number (10)
Suppression Created ID supCreateId ID of the user who requested the Suppression rule. Number (10)
Suppression Created Date supCreateDate Date on which Suppression rule request happened Date
Suppression Effective Date supEffectiveDate Effective date of the Suppression rule record Date
Suppression Expiration Date supExprnDate Expiration date of the Suppression rule record Date
Suppression Status Code supStatusCode

The following OOB statuses are present in the FCC_SUP_STATUS table in ECM. Clients can configure their own statuses. F_ACTIVE_FL denotes the Statuses in which we say a Suppression rule is Active. F_SHARED_FL denotes the statuses of Suppression rule which will be moved to BD.

For example:

  • l V_STATUS_CD
    • n SUPPND
    • n SUPAPP
    • n SUPREJ
    • n SUPEXP
  • l V_STATUS_NM
    • n PendingApproval
    • n Approved
    • n Rejected
    • n Expired
  • l F_ACTIVE_FL
    • n Y
    • n N
  • l F_SHARED_FL
    • n Y
    • n N
String (20)
Event Code supEventCode The Event Code of the event which was selected and the Suppression request was made. Number (22)
Case ID supCaseId The case ID which was used to create the Suppression request String (15)
Scenario Skey supScenarioSkey The Scenario Skey of the Event selected Number (10)
Scenario Original Skey upScenarioOrigSkey The Scenario Original Skey fetched from FCC_SCENARIO_MASTER table using The Scenario Skey of the Event Number (22)
Entity Type supEntityType Focus Type of the Event selected Varchar2(50)
Centricity Code supCentricityCd Centricity ID from kdd_centricity table using the Focus Type of Event Number (10)
Entity Sequence ID supEntitySeq For External Entity/Address focus type, pass External Entity Sequence/Address Sequence respectively else it will be "" Varchar2(30)
Entity ID supEntityId) For Client bank, pass instn_id_type_cd || '/' || institution_cd else it is the Focus Entity ID Varchar2(50)
Jurisdiction supJrsdcnCd Jurisdiction of Event selected String (5)
Business domain supBusDmn Business domain of Event selected String (65)
Last Modified by supReviewerId This can be considered as Reviewer ID. It is a number Number (10)
Last Modified date supReviewDate This can be considered as Review Date Date
Last Comment supReviewComment This can be considered as Review Reason- String (2500)