LABOUR_TYPES
Labor Types
tableMANLABOUR
LABOUR_TYPES — Labor Types. MAN table in the standard Ross ERP 8.0 schema: 10 columns, used by 8 programs. Columns, data types, keys, foreign keys and relationships.
Open LABOUR_TYPES 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 FK→FACTORIES | Factory Code |
| 4 | LABOUR_TYPE | varchar(4) | PK | Labour Type Code |
| 5 | DESCRIPTION | varchar(60) | Description | |
| 6 | GL_EXPENSE_CODE | varchar(6) | Labour Expense Code | |
| 7 | GL_EXPENSE_ACCOUNT | varchar(50) | Labour Expense Recovery Account | |
| 8 | GL_WIP_VAR_CODE | varchar(6) | ||
| 9 | GL_WIP_VAR_ACCT | varchar(50) | ||
| 10 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |