RECIPE_INSTRUCTION_LINES
Recipe instruction line details
tableMANRECIPE
RECIPE_INSTRUCTION_LINES — Recipe instruction line details. MAN table in the standard Ross ERP 8.0 schema: 11 columns, used by 11 programs. Columns, data types, keys, foreign keys and relationships.
Open RECIPE_INSTRUCTION_LINES 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 | RECIPE_CODE | varchar(15) | PK | Recipe |
| 5 | SYS_VERSION_NUMBER | int | PK | Version Number |
| 6 | RECIPE_LINE_NUMBER | smallint | PK FK→RECIPE_LINES | Recipe Line Sequence Number |
| 7 | SYS_LANGUAGE_CODE | varchar(8) | PK | Language Code |
| 8 | DETAIL_DESCRIPTION | text | Detailed Description | |
| 9 | DESCRIPTION_CODE | varchar(10) | Description Code | |
| 10 | PM_DESCRIPTION_VERSION_NUMBER | int | ||
| 11 | LINK_TO_EXT_DOC | varchar(500) | Link to an externally stored document |