TM_TRANSACTION_TYPES
Transport management transaction type controls
tableFINTM
TM_TRANSACTION_TYPES — Transport management transaction type controls. FIN table in the standard Ross ERP 8.0 schema: 9 columns, used by 5 programs. Columns, data types, keys, foreign keys and relationships.
Open TM_TRANSACTION_TYPES in the interactive Data Dictionary →Part of TM 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 | TRANSACTION_TYPE | varchar(2) | PK | Transaction Type |
| 4 | AP_DIVISION | varchar(2) | PK | Division |
| 5 | CODE_DESCRIPTION | varchar(30) | Code Description | |
| 6 | MANUAL_NUMBER | varchar(1) | Manual Numbering of Transactions | |
| 7 | TRANSACTION_NUMBER | int | Transaction Number | |
| 8 | DORC_INDICATOR | smallint | Debit or Credit Indicator | |
| 9 | GL_JOURNAL_CODE | varchar(8) | FK→GL_JOURNAL_CODES | GL Journal Code |