14.1 sp355_team_cap_assignments
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
team_no number(9)not null | |||
capacity_pattern_no | |||
start_date | date | ||
end_date | date |
Keys
primary key sp355_pk (team_no,capacity_pattern_no,start_date)
foreign key sp355_fk_sp250 (team_no) references /wiki/spaces/SCH141/pages/27001323(team_no)
foreign key sp355_fk_sp351 (capacity_pattern_no) references 14.1 sp351_capacity_patterns(capacity_pattern_no)
Column Descriptions
Field | Description |
---|---|
team_no | The team identifier. |
capacity_pattern_no | The pattern to be applied. |
start_date | The start of the period that this FRU has this pattern applied (FRU time zone). |
end_date | This specifies the end of the period for which this pattern applies. If this column is NULL then the period is open-ended (FRU time zone). |