POP_GRN_LANDED_COSTS
Landed Cost for PO
tableFINPOP
POP_GRN_LANDED_COSTS — Landed Cost for PO. FIN table in the standard Ross ERP 8.0 schema: 19 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open POP_GRN_LANDED_COSTS 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 | GRN_LINE_NUMBER | int | PK | Goods Received Note Line Number |
| 6 | LANDED_COST_TYPE | varchar(8) | PK | Landed Cost Type |
| 7 | LANDED_COST_CALC_METHOD | smallint | Landed Cost Calculation Method | |
| 8 | LANDED_COST_CURRENCY | varchar(6) | ||
| 9 | RATE_OR_AMOUNT | numeric(20,4) | Rate or Percentage | |
| 10 | LANDED_COST | numeric(20,4) | Landed Cost Amount | |
| 11 | LANDED_COST_OS | numeric(20,4) | ||
| 12 | SYS_CURRENCY_CODE | varchar(6) | Currency Code | |
| 13 | THIRD_PARTY_SUPPLIER | varchar(12) | ||
| 14 | LANDED_COST_IN_BASE | numeric(20,4) | Landed Cost Amount in Base Currency | |
| 15 | LANDED_COST_IN_BASE_OS | numeric(20,4) | ||
| 16 | LANDED_COST_UOM | varchar(4) | ||
| 17 | TRANSACTION_CURRENCY_CODE | varchar(6) | ||
| 18 | LANDED_COST_IN_TRANS | numeric(20,4) | ||
| 19 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |