This table is used to store the order header information.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| request_id | integer | not null | Unique id associated to the order. |
| name | nvarchar(50) | not null | Filed name |
| value | nvarchar(256) | with null | Filed value |
| type | integer | with null | type of the field |
| data_type | integer | with null | Data type of the value, 0=string, 1=Date, 2=integer, 3=double |
| text_1 | nvarchar(64) | with null | User data |
Product Name: Unicenter Service Management
Table Type: Table