IC_PART_PERIOD_END_STATUS_LOT
Period End Controls Status At Lot Level
tableFINIC
IC_PART_PERIOD_END_STATUS_LOT — Period End Controls Status At Lot Level. FIN table in the standard Ross ERP 8.0 schema: 18 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open IC_PART_PERIOD_END_STATUS_LOT 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 | CURRENT_YEAR | smallint | PK | Current Year |
| 5 | PERIOD | smallint | PK | Period Number |
| 6 | PART_CODE | varchar(15) | PK | Product |
| 7 | IC_STATUS_CODE | varchar(8) | PK | Inventory Status |
| 8 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 9 | IC_LOT_NUMBER | varchar(20) | PK | Lot Number |
| 10 | UNIT_COST | numeric(20,6) | Unit Cost | |
| 11 | IC_PRODUCT_UOM_TYPE | varchar(1) | The type of UOM | |
| 12 | IC_QUANTITY | numeric(20,6) | Inventory Quantity | |
| 13 | IC_QTY_PICKED | numeric(20,6) | Quantity Picked | |
| 14 | IC_QTY_IN_DESPATCH | numeric(20,6) | Quantity in Shipping | |
| 15 | IC_QTY_RESERVED | numeric(20,6) | Quantity Reserved | |
| 16 | RCS_CONVERSION_STATUS | varchar(1) | Ren/CS Data Conversion Status | |
| 17 | IC_COST_SOURCE_INDICATOR | smallint | IC Cost Source Indicator | |
| 18 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |