A_SALES_INVOICE_LINE_DETAILS
Archived Sales Invoice Line Details
tableFINSALES
A_SALES_INVOICE_LINE_DETAILS — Archived Sales Invoice Line Details. FIN table in the standard Ross ERP 8.0 schema: 24 columns, used by 7 programs. Columns, data types, keys, foreign keys and relationships.
Open A_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 | ARCHIVE_ID | varchar(1) | PK | Prefix Fields for Archive Tables |
| 3 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 4 | DIVISION | varchar(2) | PK | Division |
| 5 | INVOICE_NUMBER | int | PK | Invoice Number |
| 6 | INVOICE_LINE_NUMBER | int | PK | Invoice Line Number |
| 7 | SEQUENCE | smallint | PK | Sequence Number |
| 8 | INVOICE_LINE_REFERENCE | varchar(8) | Invoice Line Reference | |
| 9 | INVOICE_DATE | datetime | Invoice Date | |
| 10 | STATUS_FLAG | varchar(1) | Status Flag | |
| 11 | ORDER_NUMBER | varchar(9) | Order Number | |
| 12 | ORDER_LINE_NUMBER | int | Order Line Number | |
| 13 | ORDER_SEQUENCE | smallint | ||
| 14 | DESPATCH_NOTE | int | Shipping Note | |
| 15 | DESPATCH_LINE | int | Ship Note Line Number | |
| 16 | PICK_LIST_NUMBER | int | Pick List Run Number | |
| 17 | PICK_LINE | int | Picking Line Number | |
| 18 | IC_LOT_NUMBER | varchar(20) | Lot Number | |
| 19 | IC_LOT_SEQUENCE | int | Lot Sequence | |
| 20 | UNIT_COST | numeric(20,6) | Unit Cost | |
| 21 | ARCHIVE_DATE | datetime | Archive Date | |
| 22 | ARCHIVE_USERNAME | varchar(20) | Username recorded when the row was moved to the archive. | |
| 23 | BIN_LOCATION | varchar(15) | Bin Location | |
| 24 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |