A_SALES_INVOICE_LINE_DTL_QTYS
Archived Sales Invoice Line Detail Quantities
tableFINSALES
A_SALES_INVOICE_LINE_DTL_QTYS — Archived Sales Invoice Line Detail Quantities. FIN table in the standard Ross ERP 8.0 schema: 16 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open A_SALES_INVOICE_LINE_DTL_QTYS 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 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 9 | IC_APPROX_QTY_FLAG | varchar(1) | Approximate Quantity Flag | |
| 10 | INVOICE_QUANTITY | numeric(20,6) | Invoice Quantity | |
| 11 | TEMP_INVOICE_QUANTITY | numeric(20,6) | ||
| 12 | CREDIT_QUANTITY | numeric(20,6) | Credit Note Line Quantity | |
| 13 | ARCHIVE_DATE | datetime | Archive Date | |
| 14 | ARCHIVE_USERNAME | varchar(20) | Username recorded when the row was moved to the archive. | |
| 15 | OUTSTANDING_INVOICE | computed | ||
| 16 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |