Contains lists of translations between owned and discovered text values
| Column Name | Column Datatype | Column Null Option | Column Comment |
| translation_list_id | integer | not null | Translation List ID. First part of the primary key. Foreign key to the arg_listdef table. |
| translation_list_entry | smallint | not null | List Entry Number. Second part of the primary key. |
| own_resource_value | nvarchar(200) | with null | Owned part of the translation. |
| discovery_value | nvarchar(200) | with null | Discovered part of the translation. |
| creation_user | nvarchar(64) | with null | Creation user |
| creation_date | integer | with null | Creation date |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Version number |
Product Name: Unicenter Network and System Management
Table Type: Table