TP_INVOICE_LINE_GIFTS
Sales Invoice line gifts
tableFINTP
TP_INVOICE_LINE_GIFTS — Sales Invoice line gifts. FIN table in the standard Ross ERP 8.0 schema: 18 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open TP_INVOICE_LINE_GIFTS in the interactive Data Dictionary →Part of TP 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 | TP_PROMOTION_CODE | varchar(10) | PK | Promotion Code |
| 7 | TP_SEQUENCE_NUMBER | smallint | Trading-partner sequence number for an EDI/interface record. | |
| 8 | PART_CODE | varchar(15) | PK | Product |
| 9 | TP_DISCOUNT_GIFT | numeric(20,6) | Qty product gift | |
| 10 | TP_INVOICE_LINE_GIFT | int | ||
| 11 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 12 | TP_GIFT_QTY | numeric(20,6) | Gift product qty | |
| 13 | TP_GIFT_ACTION | varchar(1) | Gift process action | |
| 14 | TP_ORIG_GIFT_PART_CODE | varchar(15) | ||
| 15 | TP_GIFT_UNIT | varchar(4) | ||
| 16 | TP_GIFT_NOMINATED_UNIT | varchar(4) | ||
| 17 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. | |
| 18 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |