AdventureWorks Database > dbo Schema : dbo.uspGetBillOfMaterials Stored Procedure |
Creation Date | 08/01/2010 08:41 |
Encrypted | ![]() |
Ansi Nulls | ![]() |
Parameter | Direction | Description | Data Type | Size |
---|---|---|---|---|
@StartProductID | In | Input parameter for the stored procedure uspGetBillOfMaterials. Enter a valid ProductID from the Production.Product table. | int | 4 |
@CheckDate | In | Description for @CheckDate in TSQLInput parameter for the stored procedure uspGetBillOfMaterials used to eliminate components not used after that date. Enter a valid date. | datetime | 4 |
@RETURN_VALUE | Return Value | int | 4 |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
![]() | Production.BillOfMaterials | Table | Items required to make bicycles and bicycle subassemblies. It identifies the heirarchical relationship between a parent product and its components. | 1 |
![]() | dbo.Flag | User Defined Data Type | 2 | |
![]() | Production.Product | Table | Products sold or used in the manfacturing of sold products. | 1 |
![]() | Production.ProductCategory | Table | High-level product categorization. | 3 |
![]() | Production.ProductModel | Table | Product model classification. | 2 |
![]() | Production.ProductSubcategory | Table | Product subcategories. See ProductCategory table. | 2 |
![]() | Production.UnitMeasure | Table | Unit of measure lookup table. | 2 |
|