SOP_PRICE_LINES
Sales Price Lines
tableFINSOP
SOP_PRICE_LINES — Sales Price Lines. FIN table in the standard Ross ERP 8.0 schema: 10 columns, used by 14 programs. Columns, data types, keys, foreign keys and relationships.
Open SOP_PRICE_LINES 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 | PRICE_RECORD_NUMBER | int | PK | |
| 4 | PRICE_LINE_NUMBER | int | PK | |
| 5 | QTY_VALUE_BREAK | numeric(20,4) | Quantity/Value Price Break | |
| 6 | SALES_PRICE | numeric(20,4) | Standard Sales Price | |
| 7 | SALES_PRICE_INC_TAX | numeric(20,4) | Standard Sales Price Including Tax | |
| 8 | LAST_TIME | datetime | ||
| 9 | USERNAME | varchar(20) | Username | |
| 10 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |