IC_MOVEMENTS_WAC_BY_PERIOD
Archive product unit cost
tableFINIC
IC_MOVEMENTS_WAC_BY_PERIOD — Archive product unit cost. FIN table in the standard Ross ERP 8.0 schema: 10 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open IC_MOVEMENTS_WAC_BY_PERIOD 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 | Product |
| 5 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 6 | IC_STATUS_CODE | varchar(8) | PK | Inventory Status |
| 7 | YEAR | smallint | PK | Year Number |
| 8 | PERIOD | smallint | PK | Period Number |
| 9 | UNIT_COST | numeric(20,6) | Unit Cost | |
| 10 | SYSTEM_DATE | datetime | System Date Transaction Made |