SOP_INVOICE_LINE_COMMENTS
Invoice Line Comments
tableFINSOP
SOP_INVOICE_LINE_COMMENTS — Invoice Line Comments. FIN table in the standard Ross ERP 8.0 schema: 11 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open SOP_INVOICE_LINE_COMMENTS in the interactive Data Dictionary →Part of SOP 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 | Invoice Line Number |
| 6 | SOP_INV_COMMENT_SEQUENCE | smallint | PK | |
| 7 | SOP_COMMENT | text | Comment | |
| 8 | SOP_PRINT_ON_INVOICE | varchar(1) | Print on Invoice | |
| 9 | USERNAME | varchar(20) | Username | |
| 10 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 11 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |