POP_GRN_LC_MATCHING
Landed cost invoice matching
tableFINPOP
POP_GRN_LC_MATCHING — Landed cost invoice matching. FIN table in the standard Ross ERP 8.0 schema: 14 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open POP_GRN_LC_MATCHING 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 | GRN_NUMBER | varchar(9) | PK | Goods Received Note Number |
| 5 | LANDED_COST_TYPE | varchar(8) | PK | Landed Cost Type |
| 6 | INVOICE_NUMBER | int | Invoice Number | |
| 7 | SYS_CURRENCY_CODE | varchar(6) | Currency Code | |
| 8 | AMOUNT | numeric(20,4) | ||
| 9 | SYS_MODIFIED_DATE | datetime | Last Modification Date | |
| 10 | SYS_CREATE_USER | varchar(20) | User who new this record | |
| 11 | SYS_MODIFY_USER | varchar(20) | The last user who modified this record | |
| 12 | VENDOR_INVOICE_NUMBER | varchar(20) | Supplier Invoice Number | |
| 13 | VENDOR_NUMBER | varchar(12) | Supplier Number (or ID) | |
| 14 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |