REQUISITION_TYPES
Inventory Requisition Types
tableFINREQUISITION
REQUISITION_TYPES — Inventory Requisition Types. FIN table in the standard Ross ERP 8.0 schema: 5 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open REQUISITION_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 | REQUISITION_TYPE_CODE | varchar(4) | PK | Inventory Requisition Type |
| 4 | REQUISITION_TYPE_DESC | varchar(25) | Requisition Type Description | |
| 5 | MOVEMENT_CODE | varchar(6) | FK→INVENTORY_MOVEMENTS_CONTROL | Movement Code |