Persists the relationship of which rate items belong to which rate plans. The concept of this table is that every rate plan has many rate items of which some are no longer available, due to soft deleted rate items and rate items that are tracked for auditing purposes. Only the available rate items will appear in the table.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique id for offerings_rateplans_inclusion |
| parent_id | integer | with null | The unique id for each offering |
| child_id | integer | with null | The rate_plans_id of the included rate plan |
Product Name: Unicenter Service Management
Table Type: Table