PRODUCT_FAMILIES
Product Family Tree
tableMANPRODUCT
PRODUCT_FAMILIES — Product Family Tree. MAN table in the standard Ross ERP 8.0 schema: 10 columns, used by 12 programs. Columns, data types, keys, foreign keys and relationships.
Open PRODUCT_FAMILIES in the interactive Data Dictionary →Part of PRODUCT 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 | PLANNING_LEVEL_CODE | smallint | PK | Planning Level |
| 4 | PARENT_PRODUCT | varchar(15) | PK FK→GENERIC_PRODUCTS | Parent Product |
| 5 | CHILD_PRODUCT | varchar(15) | PK FK→GENERIC_PRODUCTS | Child Product/Part |
| 6 | EFFECTIVE_ON_DATE | datetime | PK | Effectivity On Date |
| 7 | EFFECTIVE_OFF_DATE | datetime | Effectivity Off Date | |
| 8 | ALLOCATION_PERCENT | numeric(5,2) | Percentage of Parent | |
| 9 | CONVERSION_FACTOR | numeric(10,4) | Conversion Factor | |
| 10 | END_OF_BRANCH_FLAG | varchar(1) | End of Product Family Branch Flag |