This table holds information related to cost pools. A pool consists of a collection cost elements related to a single activity.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| cp_id | integer | not null | Unique id for a cost pool. |
| domain | varchar(50) | with null | The domain to which the cost pool belongs. |
| name | nvarchar(64) | with null | Display name for the pool. |
| type | integer | with null | Type can be fixed or variable. |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| cp_id | usm_plan_data | cp_id |