Persists the inclusion relation between offerings and the rate plan rows. After a rate_plans object is included into an offering, the user selects which rows are visible and selected by default. This table stores that relationship.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique id for this inclusion relationship |
| parent_id | integer | with null | The unique id for each offering. |
| rate_plan_id | integer | with null | The unique id for each rate plan |
| child_id | integer | with null | The unique id for each rate item |
| base_id | integer | not null | The offering_id of the base offering of the offering pointed to by parent_id |
| selection | integer | with null | 1=this rate item is selected to be the default when viewing or subscribing to the offering, 0=is not the default |
| approval_level | integer | with null | |
| approval_process | integer | with null |
Product Name: Unicenter Service Management
Table Type: Table