Difference between revisions of "Purchasing (schema)"
Line 16: | Line 16: | ||
|- | |- | ||
| '''schema | | '''schema | ||
− | | | + | | Purchasing |
|- valign="top" | |- valign="top" | ||
Line 32: | Line 32: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
+ | | '''Reference Type | ||
+ | | '''Object Type | ||
| '''Referencing Object | | '''Referencing Object | ||
− | |||
− | |||
|- | |- | ||
+ | | Schema | ||
+ | | Table | ||
| [[Purchasing.ProductVendor_(table)|Purchasing.ProductVendor]] | | [[Purchasing.ProductVendor_(table)|Purchasing.ProductVendor]] | ||
+ | |||
+ | |- | ||
+ | | Schema | ||
| Table | | Table | ||
+ | | [[Purchasing.PurchaseOrderDetail_(table)|Purchasing.PurchaseOrderDetail]] | ||
+ | |||
+ | |- | ||
| Schema | | Schema | ||
+ | | Table | ||
+ | | [[Purchasing.PurchaseOrderHeader_(table)|Purchasing.PurchaseOrderHeader]] | ||
+ | |||
|- | |- | ||
− | | | + | | Schema |
| Table | | Table | ||
+ | | [[Purchasing.ShipMethod_(table)|Purchasing.ShipMethod]] | ||
+ | |||
+ | |- | ||
| Schema | | Schema | ||
+ | | Table | ||
+ | | [[Purchasing.Vendor_(table)|Purchasing.Vendor]] | ||
+ | |||
|- | |- | ||
− | |||
− | |||
| Schema | | Schema | ||
− | |||
− | |||
| Table | | Table | ||
− | | | + | | [[Purchasing.VendorAddress_(table)|Purchasing.VendorAddress]] |
+ | |||
|- | |- | ||
− | |||
− | |||
| Schema | | Schema | ||
− | |||
− | |||
| Table | | Table | ||
− | | | + | | [[Purchasing.VendorContact_(table)|Purchasing.VendorContact]] |
+ | |||
|- | |- | ||
− | |||
− | |||
| Schema | | Schema | ||
− | | | + | | View |
| [[Purchasing.vVendor_(view)|Purchasing.vVendor]] | | [[Purchasing.vVendor_(view)|Purchasing.vVendor]] | ||
− | + | ||
− | |||
|} | |} |
Revision as of 06:38, 30 November 2009
wikibot
schema | .Purchasing |
CREATE SCHEMA Purchasing AUTHORIZATION dbo
automatically generated
schema | Purchasing |
Description | Contains objects related to vendors and purchase orders. |
CREATE SCHEMA Purchasing AUTHORIZATION dbo
Reference Type | Object Type | Referencing Object |
Schema | Table | Purchasing.ProductVendor |
Schema | Table | Purchasing.PurchaseOrderDetail |
Schema | Table | Purchasing.PurchaseOrderHeader |
Schema | Table | Purchasing.ShipMethod |
Schema | Table | Purchasing.Vendor |
Schema | Table | Purchasing.VendorAddress |
Schema | Table | Purchasing.VendorContact |
Schema | View | Purchasing.vVendor |