SALES_CREDIT_NOTE_LINE_QTYS
Sales Credit Note Line Quantities
tableFINSALES
SALES_CREDIT_NOTE_LINE_QTYS — Sales Credit Note Line Quantities. FIN table in the standard Ross ERP 8.0 schema: 12 columns, used by 24 programs. Columns, data types, keys, foreign keys and relationships.
Open SALES_CREDIT_NOTE_LINE_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 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | DIVISION | varchar(2) | PK | Division |
| 4 | CREDIT_NOTE_NUMBER | int | PK | Credit Note Number |
| 5 | CREDIT_NOTE_LINE_NUMBER | int | PK | Credit Note Line Number |
| 6 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 7 | IC_APPROX_QTY_FLAG | varchar(1) | Approximate Quantity Flag | |
| 8 | CREDIT_QUANTITY | numeric(20,6) | Credit Note Line Quantity | |
| 9 | QTY_RETURNED_TO_OH | numeric(20,6) | Quantity Returned To On Hand | |
| 10 | QTY_IN_RETURNS_QC | numeric(20,6) | Quantity Returned in Quality Control | |
| 11 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. | |
| 12 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |