Logical groupings of related financial quantities used in the budget and planning process.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| set_domain | varchar(50) | not null | |
| set_code | varchar(50) | not null | |
| domain | varchar(50) | with null | Domain to which the set belongs. |
| name | nvarchar(64) | with null | Display name associated to the set. |
| activity | nvarchar(8) | with null | |
| src_type | nvarchar(256) | with null | |
| status | integer | with null | Specifies if plan data could be modified. 0=Locked 1=Unlocked |
| description | nvarchar(512) | with null | Set's description field. |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| set_domain set_code |
usm_plan_data | set_domain set_code |