LINK_INV_GRN
Link Purchase invoices to Goods Received Notes
tableFINLINK
LINK_INV_GRN — Link Purchase invoices to Goods Received Notes. FIN table in the standard Ross ERP 8.0 schema: 19 columns, used by 17 programs. Columns, data types, keys, foreign keys and relationships.
Open LINK_INV_GRN 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 | PURCHASE_INVOICE_NUMBER | int | PK | Purchase Invoice Number |
| 5 | PURCHASE_INVOICE_LINE | int | PK FK→PURCHASE_INVOICE_LINES | Invoice Line Number |
| 6 | GRN_NUMBER | varchar(9) | PK | Goods Received Note Number |
| 7 | GRN_LINE_NUMBER | int | PK | Goods Received Note Line Number |
| 8 | SEQUENCE | smallint | PK | Sequence Number |
| 9 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 10 | ALLOCATION_DATE | datetime | Date of Last Allocation | |
| 11 | UNIT_ALLOC | varchar(4) | Unit of Measure (for GRN Allocation) | |
| 12 | GRN_COST | numeric(20,4) | Goods Received Note Cost | |
| 13 | QTY_ALLOCATED | numeric(20,6) | Quantity Allocated | |
| 14 | UNIT_PRICE | varchar(4) | Unit of Measure (Pricing) | |
| 15 | INVOICE_COST | numeric(20,4) | ||
| 16 | UNIT_REC | varchar(4) | Unit of Measure (Receiving) | |
| 17 | GRN_SEQUENCE | smallint | PK FK→GOODS_RECEIVED_LINE_DETAILS | |
| 18 | RCS_CONVERSION_STATUS | varchar(1) | Ren/CS Data Conversion Status | |
| 19 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |