STOCK_SPLIT_LINES
Stock Split Lines
tableFINSTOCK
STOCK_SPLIT_LINES — Stock Split Lines. FIN table in the standard Ross ERP 8.0 schema: 16 columns, used by 9 programs. Columns, data types, keys, foreign keys and relationships.
Open STOCK_SPLIT_LINES 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 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 4 | SPLIT_NUMBER | int | PK | Split Number |
| 5 | MOVEMENT_CODE | varchar(6) | PK | Movement Code |
| 6 | SEQUENCE | smallint | PK | Sequence Number |
| 7 | PART_CODE | varchar(15) | Product | |
| 8 | UNIT_COST | numeric(20,6) | Unit Cost | |
| 9 | IC_PACK_OR_CAP_QTY | numeric(20,6) | Package or capacity quantity | |
| 10 | IC_PACK_OR_CAP_UNIT | varchar(4) | Packaged or capacity unit of measure | |
| 11 | IC_NOT_CAP_QTY | numeric(20,6) | Non-capacity unit movement quantity | |
| 12 | IC_NOT_CAP_UNIT | varchar(4) | Not Capacity Unit of Measure | |
| 13 | IC_CAP_IF_PACKED_QTY | numeric(20,6) | Capacity Unit if Pack Product Movement Quantity | |
| 14 | IC_CAP_IF_PACKED_UNIT | varchar(4) | Capacity Unit if packaged product | |
| 15 | IC_STATUS_CODE | varchar(8) | Inventory Status | |
| 16 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |