IC_PRODUCT_STATUS
Product Status Quantities
tableFINIC
IC_PRODUCT_STATUS — Product Status Quantities. FIN table in the standard Ross ERP 8.0 schema: 15 columns, used by 127 programs. Columns, data types, keys, foreign keys and relationships.
Open IC_PRODUCT_STATUS in the interactive Data Dictionary →Part of IC 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 | PART_CODE | varchar(15) | PK FK→PRODUCT_WAREHOUSE | Product |
| 5 | IC_STATUS_CODE | varchar(8) | PK FK→IC_STATUS_CODES | Inventory Status |
| 6 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 7 | IC_PRODUCT_UOM_TYPE | varchar(1) | The type of UOM | |
| 8 | IC_QUANTITY | numeric(20,6) | Inventory Quantity | |
| 9 | IC_QTY_PICKED | numeric(20,6) | Quantity Picked | |
| 10 | IC_QTY_IN_DESPATCH | numeric(20,6) | Quantity in Shipping | |
| 11 | IC_QTY_RESERVED | numeric(20,6) | Quantity Reserved | |
| 12 | IC_QTY_AWAITING_CONFIRM_OUT | numeric(20,6) | Quantity Awaiting Confirm Out | |
| 13 | IC_QTY_AVAILABLE | computed | ||
| 14 | IC_UNCONFIRMED_QTY | computed | ||
| 15 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |