WAREHOUSE_FACTORY_ALLOCATIONS
Warehouse to Factory Distribution Profile
tableMANWAREHOUSE
WAREHOUSE_FACTORY_ALLOCATIONS — Warehouse to Factory Distribution Profile. MAN table in the standard Ross ERP 8.0 schema: 7 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open WAREHOUSE_FACTORY_ALLOCATIONS in the interactive Data Dictionary →Part of Other tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 4 | FACTORY | varchar(2) | PK FK→FACTORIES | Factory Code |
| 5 | ALLOCATION_PERCENT | numeric(5,2) | Percentage of Parent | |
| 6 | EFFECTIVE_ON_DATE | datetime | PK | Effectivity On Date |
| 7 | EFFECTIVE_OFF_DATE | datetime | Effectivity Off Date |