REORDERS
Recommended Inventory Reorders
tableFINREORDERS
REORDERS — Recommended Inventory Reorders. FIN table in the standard Ross ERP 8.0 schema: 18 columns, used by 11 programs. Columns, data types, keys, foreign keys and relationships.
Open REORDERS 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 FK→WAREHOUSE_CONTROLS | Warehouse Code |
| 4 | PART_CODE | varchar(15) | PK FK→PRODUCT_WAREHOUSE | Product |
| 5 | REORDER_DATE | datetime | PK | Reorder Date |
| 6 | UNIT_OF_MEASURE | varchar(4) | Unit of Measure | |
| 7 | REORDER_LOT_SIZE | numeric(20,6) | Reorder Lot Size | |
| 8 | MAXIMUM_LEVEL | numeric(20,6) | Maximum Inventory Level | |
| 9 | MINIMUM_LEVEL | numeric(20,6) | Minimum Inventory Level | |
| 10 | STATUS_FLAG | varchar(1) | Status Flag | |
| 11 | REC_REORDER | numeric(20,6) | Recommended Reorder Quantity | |
| 12 | VENDOR_NUMBER | varchar(12) | Supplier Number (or ID) | |
| 13 | REQ_GENERATED_BY | varchar(20) | ||
| 14 | DIVISION | varchar(2) | Division | |
| 15 | REQUISITION_NUMBER | varchar(9) | Requisition Number | |
| 16 | REQ_LINE_NUMBER | int | Requisition Line Number | |
| 17 | APPROVER_USERNAME | varchar(20) | ||
| 18 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |