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