7.3.4 TimeDistChk_Exception_List Table
This table is used to configuring List of neighboring countries MCC for which time distance check screeing will not be applied.
Table 7-8 TimeDistChk_Exception_List Table
Field | Description |
---|---|
MCC | MCC in digits
Range - 3 digits Integer |
Exception_List_For_Country | List of neighboring countries MCC(in Valid format) separated by semicolon (;) for which Time Distance Check will not be checked. |
Table 7-9 Field Details for TimeDistChk_Exception_List
Field name | Unique | Mandatory | Data Type, Range, and Default Value | Description |
---|---|---|---|---|
MCC | Yes | Yes | Integer
Range: 100-999 Default: NA |
MCC in digits
Range: 3 digits Integer |
MNC | No | Yes | UTF8string
Range: 1- 2048 Default: NA |
List of neighboring countries MCC (in Valid format) separated by (;) for which Time Distance check will not be checked |
Additional Provisioning Rules
Basic input data validation is done using the DCA Frameworks Configuration Data Provisioning GUI. Apart from that, below additional validation is performed during DSA business logic script compilation. If the validation fails, the compilation also fails and Event #33309 is raised with appropriate error text. Refer to DCA Programmer’s Guide for script compilation.
- If time distance check counter measure is enabled and TDC_Chk_For_Neighbour_Country configured in System_Config_Options table, then this table cannot be empty. Atleast one record should be provisioned here.
- MCC is unique and no duplicate MCC are allowed.