Defines a branding variable which is a part of branding template, a bunch of variables constitute a template
| Column Name | Column Datatype | Column Null Option | Column Comment |
| variable_id | varchar(50) | not null | The unique id for the branding variable |
| branding_template_id | char(18) | not null | Handle to the branding template id |
| type | varchar(20) | with null | Type of variable, PASS1_PATH, PASS2_PATH, INLINE etc |
| value | nvarchar(256) | with null | Value for the branding variable |
Product Name: Unicenter Service Management
Table Type: Table