Global_Location - Contains all Location names for all regions.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| remote_sys_id | integer | not null | Regional system id |
| remote_id | byte(16) | not null | Regional location id |
| loc_name | nvarchar(100) | with null | Location Name |
Product Name: Unicenter Service Desk
Table Type: Table