POP_HISTORY
Purchase Order History
tableFINPOP
POP_HISTORY — Purchase Order History. FIN table in the standard Ross ERP 8.0 schema: 27 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open POP_HISTORY in the interactive Data Dictionary →Part of POP 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 | PO_NUMBER | varchar(10) | PK | Purchase Order Number |
| 5 | PO_LINE_NUMBER | int | PK | Purchase Order Line Number |
| 6 | ORDER_AUDIT_CODE | varchar(10) | Order Audit Code | |
| 7 | DESCRIPTION | varchar(30) | Description | |
| 8 | CREATION_DATE | datetime | Creation Date | |
| 9 | PART_CODE | varchar(15) | Product | |
| 10 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 11 | REQUIRED_DATE | datetime | Required Date | |
| 12 | PROMISED_DATE | datetime | Promised Date | |
| 13 | DELIVERY_ADDRESS_CODE | varchar(10) | Delivery Address Code | |
| 14 | PURCHASE_PRICE | numeric(20,4) | Purchase Price | |
| 15 | LINE_DISCOUNT | numeric(20,2) | Line Discount | |
| 16 | ORDER_QUANTITY | numeric(20,6) | Order Quantity | |
| 17 | MOVEMENT_QTY | numeric(20,6) | Stock Movement Quantity | |
| 18 | USER_ID | varchar(20) | User Identification Code | |
| 19 | DETAIL_DESCRIPTION | text | Detailed Description | |
| 20 | UNIT_PUR | varchar(4) | Purchase/Transfer Unit Of Measure | |
| 21 | UNIT_PRICE | varchar(4) | Unit of Measure (Pricing) | |
| 22 | PURCHASE_LINE_DETAIL_DESCR | text | Order Line Detail Description | |
| 23 | IC_LOT_NUMBER | varchar(20) | Lot Number | |
| 24 | RCS_CONVERSION_STATUS | varchar(1) | Ren/CS Data Conversion Status | |
| 25 | DOCUMENT_SEQUENCE | smallint | PK | Document Line Sequence |
| 26 | PURCHASE_PRICE_INC_TAX | numeric(20,4) | Purchase Price Inc Tax | |
| 27 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |