POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
Eliminate Inventory_object.
CHANGE ERP_inventory_object DROP ENTITY inventory_object (*<CHANGE>Unnecessary since all subtypes will be subtypes of Material.*); ALTER ENTITY inventory_object_storage AS material_storage; ALTER inventory_object AS material ALTER TYPE AS material (*<VERB>declare the storage of*); END_ENTITY; ALTER ENTITY general_facility; ALTER inventory_object_storage AS material_storage (*<REMARK>The rename of the entity automatically handles the ALTER TYPE AS.*) (*<DESC>Indicates that this facility is being used for storage*); END_ENTITY; END_CHANGE;