Page History: OE OC_INVENTORIES (view)
Compare Page Revisions
Page Revision: 2010/06/24 07:59
wikibot
Source
CREATE OR REPLACE VIEW OE.OC_INVENTORIES AS
SELECT i.product_id,
warehouse_typ(w.warehouse_id, w.warehouse_name, w.location_id),
i.quantity_on_hand
FROM inventories i, warehouses w
WHERE i.warehouse_id=w.warehouse_id
References
Dependencies