INVOICE_PICK_LIST
Picking List Produced By SOP Invoicing
tableFININVOICE
INVOICE_PICK_LIST — Picking List Produced By SOP Invoicing. FIN table in the standard Ross ERP 8.0 schema: 22 columns, used by 5 programs. Columns, data types, keys, foreign keys and relationships.
Open INVOICE_PICK_LIST in the interactive Data Dictionary →Part of Other 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 | SEQUENCE | smallint | PK | Sequence Number |
| 7 | PART_CODE | varchar(15) | Product | |
| 8 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 9 | BIN_LOCATION | varchar(15) | PK | Bin Location |
| 10 | CUSTOMER_NUMBER | varchar(8) | Customer Number | |
| 11 | INVOICE_LINE_TYPE | varchar(1) | Invoice Line Type | |
| 12 | DESCRIPTION | varchar(30) | Description | |
| 13 | MH_NUMBER | int | PK | Material Handling Number |
| 14 | IC_LOT_NUMBER | varchar(20) | PK | Lot Number |
| 15 | IC_LOT_SEQUENCE | int | PK | Lot Sequence |
| 16 | SOP_NOMINATED_UNIT | varchar(4) | Inventory unit which Sales unit converts to | |
| 17 | IC_OTHER_INVENTORY_UNIT | varchar(4) | Other Inventory UOM | |
| 18 | IC_PACK_UNIT | varchar(4) | Packaged Unit Of Measure | |
| 19 | NOMINATED_QTY_PICKED | numeric(20,6) | ||
| 20 | OTHER_QTY_PICKED | numeric(20,6) | ||
| 21 | PACK_QTY_PICKED | numeric(20,6) | ||
| 22 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |