MISC_RESOURCE_COSTS
Miscellaneous Resource Costs
tableMANMISC
MISC_RESOURCE_COSTS — Miscellaneous Resource Costs. MAN table in the standard Ross ERP 8.0 schema: 14 columns, used by 13 programs. Columns, data types, keys, foreign keys and relationships.
Open MISC_RESOURCE_COSTS 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 | FACTORY | varchar(2) | PK | Factory Code |
| 4 | MISC_RESOURCE | varchar(15) | PK | Miscellaneous Resource |
| 5 | PM_COST_HISTORY_TYPE | smallint | PK | Cost History Type |
| 6 | COST_TYPE | smallint | PK | Cost Type |
| 7 | EFFECTIVE_ON_DATE | datetime | PK | Effectivity On Date |
| 8 | INPUT_UNIT | varchar(4) | Input Unit of Measure | |
| 9 | UNIT_COST | numeric(20,6) | Unit Cost | |
| 10 | FIXED_COST | numeric(20,4) | Fixed Cost | |
| 11 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 12 | USERNAME | varchar(20) | Username | |
| 13 | STATUS_FLAG | varchar(1) | Status Flag | |
| 14 | COST_COMMENT | varchar(60) |