Persists the relationship of between rate plans and the rate items that they are inheriting. The concept of this table is that a component can determine if a rate plan inherits from another rate plan if it has entries in this table. From this table a rate plan inheritance tree can be formed.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique id for rateplan_inclusion |
| base_id | integer | not null | The rate plan inheriting rate items from another rate plan pointed to by base_id |
| item_id | integer | not null | The unique id for each rate item |
| derived_id | integer | with null | The unique id for each rate plan |
Product Name: Unicenter Service Management
Table Type: Table