INTERCOMPANY_PART_CODES
Intercompany part code details
tableFININTERCOMPANY
INTERCOMPANY_PART_CODES — Intercompany part code details. FIN table in the standard Ross ERP 8.0 schema: 5 columns, used by 5 programs. Columns, data types, keys, foreign keys and relationships.
Open INTERCOMPANY_PART_CODES 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 | S_COMPANY_CODE | varchar(10) | PK | Selling Company |
| 3 | D_COMPANY_CODE | varchar(10) | PK | Purchasing Company |
| 4 | S_PART_CODE | varchar(15) | PK | Product in Selling Company |
| 5 | D_PART_CODE | varchar(15) | Product in Purchasing Company |