| Schema Version | 5.0.6 | |
| Partitioned | No | |
The MARO_DL table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| MARO_ID | IX_MARO_DL_VID |
|
The identifier of the mapping table row that has been removed | |||
| MATA_OID | IX_MARO_DL_VIDIX_MAROD_DL_DD | MATA (OID)
|
|
The identifier of the mapping table related to the deleted row | ||
| VERSION_ID | IX_MARO_DL_VID |
|
Determined at mapping table level, this identifier is incremented each time a modification is performed on the row. | |||
| DELETE_DATE | IX_MAROD_DL_DD |
|
The date the mapping table row has been deleted |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the mapping table row that has been removed |
| Type | NVARCHAR(256), NOT NULL |
| Available Index | IX_MARO_DL_VID |
| Definition | The identifier of the mapping table related to the deleted row |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_MARO_DL_VID |
| Available Index | IX_MAROD_DL_DD |
| Definition | Determined at mapping table level, this identifier is incremented each time a modification is performed on the row. |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_MARO_DL_VID |
| Definition | The date the mapping table row has been deleted |
| Type | DATETIME, NOT NULL |
| Available Index | IX_MAROD_DL_DD |
The following database indexes are available in the MARO_DL database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | MATA_OID, VERSION_ID, MARO_ID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Indexed Column(s) | MATA_OID, DELETE_DATE |
| Unique | No |
| Partitioned | No |
| Clustered | No |