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