Difference between revisions of "Production.Location (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| Production.Location | | Production.Location | ||
Line 8: | Line 8: | ||
| '''Description | | '''Description | ||
| Product inventory and manufacturing locations. | | Product inventory and manufacturing locations. | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 20: | Line 18: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
|- valign="top" | |- valign="top" | ||
| LocationID | | LocationID | ||
Line 58: | Line 56: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| PK_Location_LocationID | | PK_Location_LocationID | ||
| LocationID | | LocationID | ||
Line 69: | Line 67: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| AK_Location_Name | | AK_Location_Name | ||
| Unique | | Unique | ||
Line 82: | Line 80: | ||
| '''Expression | | '''Expression | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| CK_Location_Availability | | CK_Location_Availability | ||
| ([Availability]>=(0.00)) | | ([Availability]>=(0.00)) | ||
| Check constraint [Availability] >= (0.00) | | Check constraint [Availability] >= (0.00) | ||
− | |- | + | |- valign="top" |
| CK_Location_CostRate | | CK_Location_CostRate | ||
| ([CostRate]>=(0.00)) | | ([CostRate]>=(0.00)) | ||
Line 99: | Line 97: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[Production.ProductInventory_(table)|Production.ProductInventory]] | | [[Production.ProductInventory_(table)|Production.ProductInventory]] | ||
| LocationID | | LocationID | ||
| LocationID | | LocationID | ||
− | |- | + | |- valign="top" |
| [[Production.WorkOrderRouting_(table)|Production.WorkOrderRouting]] | | [[Production.WorkOrderRouting_(table)|Production.WorkOrderRouting]] | ||
| LocationID | | LocationID | ||
Line 117: | Line 115: | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |- | + | |- valign="top" |
| Data Type | | Data Type | ||
| Type | | Type | ||
| [[dbo.Name_(type)|dbo.Name]] | | [[dbo.Name_(type)|dbo.Name]] | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Schema | | Schema |
Revision as of 23:16, 23 June 2010
Contents
wikibot
Table | Production.Location |
Description | Product inventory and manufacturing locations. |
Columns
Column | Data Type | Nullable | Default | Description |
LocationID | smallint | not null | Primary key for Location records. | |
Name | dbo.Name | not null | Location description. | |
CostRate | smallmoney | not null | ((0.00)) | Standard hourly cost of the manufacturing location. |
Availability | decimal(8, 2) | not null | ((0.00)) | Work capacity (in hours) of the manufacturing location. |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
Primary Key
Primary Key | Columns |
PK_Location_LocationID | LocationID |
Indexes
Index | Type | Columns |
AK_Location_Name | Unique | Name |
Check Constraints
Check Constraint | Expression | Description |
CK_Location_Availability | ([Availability]>=(0.00)) | Check constraint [Availability] >= (0.00) |
CK_Location_CostRate | ([CostRate]>=(0.00)) | Check constraint [CostRate] >= (0.00) |
Detail Tables
Detail Table | Column | Referencing Column |
Production.ProductInventory | LocationID | LocationID |
Production.WorkOrderRouting | LocationID | LocationID |
References
Dependency Type | Object Type | Referenced Object |
Data Type | Type | dbo.Name |
Schema | Schema | Production |
wikivalues
Table Values | Production.Location |
LocationID | Name | CostRate | Availability |
1 | Tool Crib | 0.00 | 0.00 |
2 | Sheet Metal Racks | 0.00 | 0.00 |
3 | Paint Shop | 0.00 | 0.00 |
4 | Paint Storage | 0.00 | 0.00 |
5 | Metal Storage | 0.00 | 0.00 |
6 | Miscellaneous Storage | 0.00 | 0.00 |
7 | Finished Goods Storage | 0.00 | 0.00 |
10 | Frame Forming | 22.50 | 96.00 |
20 | Frame Welding | 25.00 | 108.00 |
30 | Debur and Polish | 14.50 | 120.00 |
40 | Paint | 15.75 | 120.00 |
45 | Specialized Paint | 18.00 | 80.00 |
50 | Subassembly | 12.25 | 120.00 |
60 | Final Assembly | 12.25 | 120.00 |
automatically generated
Table | Production.Location |
Description | Product inventory and manufacturing locations. |
Column | Data Type | Nullable | Default | Description / PK / Index |
LocationID | smallint | not null | Primary key for Location records. PK_Location_LocationID | |
Name | Name | not null | Location description. AK_Location_Name | |
CostRate | smallmoney | not null | (0.00) | Standard hourly cost of the manufacturing location. |
Availability | decimal(8, 2) | not null | (0.00) | Work capacity (in hours) of the manufacturing location. |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Detail Table | Column | Referencing Column |
Production.ProductInventory | LocationID | LocationID |
Production.WorkOrderRouting | LocationID | LocationID |
Dependency Type | Object Type | Referenced Object |
Data Type | Type | dbo.Name |
Schema | Schema | Production |