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 sp250_teams(team_no)Â
foreign key sp355_fk_sp351 (capacity_pattern_no) references 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). |