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