SALES_INVOICE_LINE_DETAILS
Sales Invoice Line Details
tableFINSALES
SALES_INVOICE_LINE_DETAILS — Sales Invoice Line Details. FIN table in the standard Ross ERP 8.0 schema: 26 columns, used by 19 programs. Columns, data types, keys, foreign keys and relationships.
Open SALES_INVOICE_LINE_DETAILS in the interactive Data Dictionary →Part of SALES 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 | DIVISION | varchar(2) | PK | Division |
| 4 | INVOICE_NUMBER | int | PK | Invoice Number |
| 5 | INVOICE_LINE_NUMBER | int | PK FK→SALES_ORDER_INVOICE_LINES | Invoice Line Number |
| 6 | SEQUENCE | smallint | PK | Sequence Number |
| 7 | INVOICE_LINE_REFERENCE | varchar(8) | Invoice Line Reference | |
| 8 | INVOICE_DATE | datetime | Invoice Date | |
| 9 | STATUS_FLAG | varchar(1) | Status Flag | |
| 10 | ORDER_NUMBER | varchar(9) | Order Number | |
| 11 | ORDER_LINE_NUMBER | int | Order Line Number | |
| 12 | ORDER_SEQUENCE | smallint | ||
| 13 | DESPATCH_NOTE | int | Shipping Note | |
| 14 | DESPATCH_LINE | int | Ship Note Line Number | |
| 15 | PICK_LIST_NUMBER | int | Pick List Run Number | |
| 16 | PICK_LINE | int | Picking Line Number | |
| 17 | IC_LOT_NUMBER | varchar(20) | Lot Number | |
| 18 | IC_LOT_SEQUENCE | int | Lot Sequence | |
| 19 | UNIT_COST | numeric(20,6) | Unit Cost | |
| 20 | BIN_LOCATION | varchar(15) | Bin Location | |
| 21 | ALT_CREDIT_UOM | varchar(4) | ||
| 22 | ALT_CREDIT_QTY | numeric(20,6) | ||
| 23 | ALT_RETURN_FLAG | varchar(1) | ||
| 24 | IC_STATUS_CODE | varchar(8) | Inventory Status | |
| 25 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. | |
| 26 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |