IC_WH_XFER_LANDED_COSTS
Landed Cost for Inventory Transfer
tableFINIC
IC_WH_XFER_LANDED_COSTS — Landed Cost for Inventory Transfer. 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 IC_WH_XFER_LANDED_COSTS in the interactive Data Dictionary →Part of IC 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 | DOC_REFERENCE | varchar(15) | PK | Document Reference |
| 4 | SEQUENCE | smallint | PK | Sequence Number |
| 5 | LANDED_COST_TYPE | varchar(8) | PK | Landed Cost Type |
| 6 | LANDED_COST_CALC_METHOD | smallint | Landed Cost Calculation Method | |
| 7 | LANDED_COST_CURRENCY | varchar(6) | ||
| 8 | RATE_OR_AMOUNT | numeric(20,4) | Rate or Percentage | |
| 9 | LANDED_COST | numeric(20,4) | Landed Cost Amount | |
| 10 | THIRD_PARTY_SUPPLIER | varchar(12) | ||
| 11 | LANDED_COST_UOM | varchar(4) | ||
| 12 | SYS_CURRENCY_CODE | varchar(6) | Currency Code | |
| 13 | LANDED_COST_IN_BASE | numeric(20,4) | Landed Cost Amount in Base Currency | |
| 14 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |