POP_ORDER_LANDED_COSTS
Landed Cost for PO
tableFINPOP
POP_ORDER_LANDED_COSTS — Landed Cost for PO. FIN table in the standard Ross ERP 8.0 schema: 18 columns, used by 7 programs. Columns, data types, keys, foreign keys and relationships.
Open POP_ORDER_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 | PO_NUMBER | varchar(10) | PK | Purchase Order Number |
| 5 | PO_LINE_NUMBER | int | PK | Purchase Order Line Number |
| 6 | SEQUENCE | smallint | PK | Sequence Number |
| 7 | LANDED_COST_TYPE | varchar(8) | PK | Landed Cost Type |
| 8 | LANDED_COST_CALC_METHOD | smallint | Landed Cost Calculation Method | |
| 9 | LANDED_COST_CURRENCY | varchar(6) | ||
| 10 | RATE_OR_AMOUNT | numeric(20,4) | Rate or Percentage | |
| 11 | LANDED_COST | numeric(20,4) | Landed Cost Amount | |
| 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_UOM | varchar(4) | ||
| 16 | TRANSACTION_CURRENCY_CODE | varchar(6) | ||
| 17 | LANDED_COST_IN_TRANS | numeric(20,4) | ||
| 18 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |