Difference between revisions of "Production.ScrapReason (table)"

From dbscript Online Help
Jump to: navigation, search
Line 93: Line 93:
  
 
|}
 
|}
 
 
 
== wikivalues ==
 
== wikivalues ==
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table Values
 
| '''Table Values
 
| Production.ScrapReason
 
| Production.ScrapReason
|-
 
 
|}
 
|}
  
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
  
{| border="1" cellpadding="5" cellspacing="0"  style="border-collapse:collapse"
 
|- style="background:silver"
 
 
| '''ScrapReasonID
 
| '''ScrapReasonID
 
| '''Name
 
| '''Name
|-  
+
|- valign="top"
| 1
+
 
| Brake assembly not as ordered
+
| 1
|-  
+
| Brake assembly not as ordered
| 2
+
|- valign="top"
| Color incorrect
+
 
|-  
+
| 2
| 4
+
| Color incorrect
| Drill pattern incorrect
+
|- valign="top"
|-  
+
 
| 5
+
| 4
| Drill size too large
+
| Drill pattern incorrect
|-  
+
|- valign="top"
| 6
+
 
| Drill size too small
+
| 5
|-  
+
| Drill size too large
| 3
+
|- valign="top"
| Gouge in metal
+
 
|-  
+
| 6
| 7
+
| Drill size too small
| Handling damage
+
|- valign="top"
|-  
+
 
| 8
+
| 3
| Paint process failed
+
| Gouge in metal
|-  
+
|- valign="top"
| 9
+
 
| Primer process failed
+
| 7
|-  
+
| Handling damage
| 10
+
|- valign="top"
| Seat assembly not as ordered
+
 
|-  
+
| 8
| 11
+
| Paint process failed
| Stress test failed
+
|- valign="top"
|-  
+
 
| 12
+
| 9
| Thermoform temperature too high
+
| Primer process failed
|-  
+
|- valign="top"
| 13
+
 
| Thermoform temperature too low
+
| 10
|-  
+
| Seat assembly not as ordered
| 14
+
|- valign="top"
| Trim length too long
+
 
|-  
+
| 11
| 15
+
| Stress test failed
| Trim length too short
+
|- valign="top"
|-  
+
 
| 16
+
| 12
| Wheel misaligned
+
| Thermoform temperature too high
 +
|- valign="top"
 +
 
 +
| 13
 +
| Thermoform temperature too low
 +
|- valign="top"
 +
 
 +
| 14
 +
| Trim length too long
 +
|- valign="top"
 +
 
 +
| 15
 +
| Trim length too short
 +
|- valign="top"
 +
 
 +
| 16
 +
| Wheel misaligned
 
|}
 
|}
  

Revision as of 00:18, 24 June 2010

wikibot

Table Production.ScrapReason
Description Manufacturing failure reasons lookup table.

Columns

Column Data Type Nullable Default Description
ScrapReasonID smallint not null Primary key for ScrapReason records.
Name dbo.Name not null Failure description.
ModifiedDate datetime not null (getdate()) Date and time the record was last updated.

Primary Key

Primary Key Columns
PK_ScrapReason_ScrapReasonID ScrapReasonID

Indexes

Index Type Columns
AK_ScrapReason_Name Unique Name

Detail Tables

Detail Table Column Referencing Column
Production.WorkOrder ScrapReasonID ScrapReasonID

References

Dependency Type Object Type Referenced Object
Data Type Type dbo.Name
Schema Schema Production

wikivalues

Table Values Production.ScrapReason
ScrapReasonID Name
1 Brake assembly not as ordered
2 Color incorrect
4 Drill pattern incorrect
5 Drill size too large
6 Drill size too small
3 Gouge in metal
7 Handling damage
8 Paint process failed
9 Primer process failed
10 Seat assembly not as ordered
11 Stress test failed
12 Thermoform temperature too high
13 Thermoform temperature too low
14 Trim length too long
15 Trim length too short
16 Wheel misaligned

automatically generated

Table Production.ScrapReason
Description Manufacturing failure reasons lookup table.


Column Data Type Nullable Default Description / PK / Index
ScrapReasonID smallint not null Primary key for ScrapReason records.
PK_ScrapReason_ScrapReasonID
Name Name not null Failure description.
AK_ScrapReason_Name
ModifiedDate datetime not null (GETDATE()) Date and time the record was last updated.


Detail Table Column Referencing Column
Production.WorkOrder ScrapReasonID ScrapReasonID


Dependency Type Object Type Referenced Object
Data Type Type dbo.Name
Schema Schema Production