Difference between revisions of "Purchasing (schema)"
(4 intermediate revisions by the same user not shown) | |||
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" |
− | | ''' | + | | '''Schema |
− | | | + | | Purchasing |
− | |- | + | |- valign="top" |
+ | | '''Description | ||
+ | | Contains objects related to vendors and purchase orders. | ||
|} | |} | ||
+ | === Source === | ||
<pre> | <pre> | ||
CREATE SCHEMA Purchasing AUTHORIZATION dbo | CREATE SCHEMA Purchasing AUTHORIZATION dbo | ||
</pre> | </pre> | ||
+ | |||
+ | === Dependencies === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Reference Type | ||
+ | | '''Object Type | ||
+ | | '''Referencing Object | ||
+ | |||
+ | |- valign="top" | ||
+ | | Schema | ||
+ | | Table | ||
+ | | [[Purchasing.ProductVendor_(table)|Purchasing.ProductVendor]] | ||
+ | |||
+ | |- valign="top" | ||
+ | | Schema | ||
+ | | Table | ||
+ | | [[Purchasing.PurchaseOrderDetail_(table)|Purchasing.PurchaseOrderDetail]] | ||
+ | |||
+ | |- valign="top" | ||
+ | | Schema | ||
+ | | Table | ||
+ | | [[Purchasing.PurchaseOrderHeader_(table)|Purchasing.PurchaseOrderHeader]] | ||
+ | |||
+ | |- valign="top" | ||
+ | | Schema | ||
+ | | Table | ||
+ | | [[Purchasing.ShipMethod_(table)|Purchasing.ShipMethod]] | ||
+ | |||
+ | |- valign="top" | ||
+ | | Schema | ||
+ | | Table | ||
+ | | [[Purchasing.Vendor_(table)|Purchasing.Vendor]] | ||
+ | |||
+ | |- valign="top" | ||
+ | | Schema | ||
+ | | Table | ||
+ | | [[Purchasing.VendorAddress_(table)|Purchasing.VendorAddress]] | ||
+ | |||
+ | |- valign="top" | ||
+ | | Schema | ||
+ | | Table | ||
+ | | [[Purchasing.VendorContact_(table)|Purchasing.VendorContact]] | ||
+ | |||
+ | |- valign="top" | ||
+ | | Schema | ||
+ | | View | ||
+ | | [[Purchasing.vVendor_(view)|Purchasing.vVendor]] | ||
+ | |||
+ | |} | ||
+ | |||
+ | |||
== automatically generated == | == automatically generated == | ||
Line 18: | Line 72: | ||
| Purchasing | | Purchasing | ||
|- valign="top" | |- valign="top" | ||
− | |||
| '''Description | | '''Description | ||
| Contains objects related to vendors and purchase orders. | | Contains objects related to vendors and purchase orders. | ||
|- | |- | ||
− | |||
|} | |} | ||
Latest revision as of 23:15, 23 June 2010
wikibot[edit]
Schema | Purchasing |
Description | Contains objects related to vendors and purchase orders. |
Source[edit]
CREATE SCHEMA Purchasing AUTHORIZATION dbo
Dependencies[edit]
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 |
automatically generated[edit]
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 |