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