MP_AGREEMENTS_DISCOUNT_DETAILS
MP Agreements Discount Details
tableFINMP
MP_AGREEMENTS_DISCOUNT_DETAILS — MP Agreements Discount Details. FIN table in the standard Ross ERP 8.0 schema: 16 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open MP_AGREEMENTS_DISCOUNT_DETAILS in the interactive Data Dictionary →Part of MP 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 | MP_AGREEMENT_CODE | varchar(10) | PK | Agreement Code |
| 5 | SEQUENCE | smallint | PK | Sequence Number |
| 6 | SYS_LINE_NUMBER | int | PK | Large numeric document line number |
| 7 | DETAIL_SEQUENCE | smallint | PK | |
| 8 | UNIT_SALES | varchar(4) | Unit of Measure (Sales) | |
| 9 | MP_FROM_QUANTITY | numeric(20,6) | From Quantity | |
| 10 | MP_FROM_VALUE | numeric(20,2) | From Value | |
| 11 | MP_ON_INVOICE_AWARD_AMOUNT | numeric(20,2) | ||
| 12 | MP_POST_INVOICE_AWARD_AMOUNT | numeric(20,2) | ||
| 13 | MP_ON_INVOICE_AWARD_PERCENT | numeric(10,2) | ||
| 14 | MP_POST_INVOICE_AWARD_PERCENT | numeric(10,2) | ||
| 15 | MP_ON_INVOICE_AWARD_UNIT | numeric(20,4) | ||
| 16 | MP_POST_INVOICE_AWARD_UNIT | numeric(20,4) |