A_REORDERS
Archived Recommended Inventory Reorders
tableFINREORDERS
A_REORDERS — Archived Recommended Inventory Reorders. FIN table in the standard Ross ERP 8.0 schema: 21 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open A_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 | ARCHIVE_ID | varchar(1) | PK | Prefix Fields for Archive Tables |
| 3 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 4 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 5 | PART_CODE | varchar(15) | PK | Product |
| 6 | REORDER_DATE | datetime | PK | Reorder Date |
| 7 | UNIT_OF_MEASURE | varchar(4) | Unit of Measure | |
| 8 | REORDER_LOT_SIZE | numeric(20,6) | Reorder Lot Size | |
| 9 | MAXIMUM_LEVEL | numeric(20,6) | Maximum Inventory Level | |
| 10 | MINIMUM_LEVEL | numeric(20,6) | Minimum Inventory Level | |
| 11 | STATUS_FLAG | varchar(1) | Status Flag | |
| 12 | REC_REORDER | numeric(20,6) | Recommended Reorder Quantity | |
| 13 | VENDOR_NUMBER | varchar(12) | Supplier Number (or ID) | |
| 14 | ARCHIVE_DATE | datetime | Archive Date | |
| 15 | ARCHIVE_USERNAME | varchar(20) | Username recorded when the row was moved to the archive. | |
| 16 | REQ_GENERATED_BY | varchar(20) | ||
| 17 | DIVISION | varchar(2) | Division | |
| 18 | REQUISITION_NUMBER | varchar(9) | Requisition Number | |
| 19 | REQ_LINE_NUMBER | int | Requisition Line Number | |
| 20 | APPROVER_USERNAME | varchar(20) | ||
| 21 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |