PART_PERIOD_END_CONTROLS
Part Period End Controls
tableFINPART
PART_PERIOD_END_CONTROLS — Part Period End Controls. FIN table in the standard Ross ERP 8.0 schema: 22 columns, used by 8 programs. Columns, data types, keys, foreign keys and relationships.
Open PART_PERIOD_END_CONTROLS 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 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 4 | PART_CODE | varchar(15) | PK | Product |
| 5 | CURRENT_YEAR | smallint | PK | Current Year |
| 6 | PERIOD | smallint | PK | Period Number |
| 7 | QTY_ON_HAND | numeric(20,6) | Quantity on Hand | |
| 8 | QTY_COMMITTED_CURRENT | numeric(20,6) | Quantity Committed (current Release) | |
| 9 | QTY_COMMITTED_FORWARD | numeric(20,6) | Quantity Committed Forward | |
| 10 | QTY_COMMITTED_BACK | numeric(20,6) | Quantity Committed on Backorder | |
| 11 | QTY_ORDERED_CURRENT | numeric(20,6) | Quantity on PO - Current | |
| 12 | QTY_ORDERED_FORWARD | numeric(20,6) | Quantity Ordered Forward | |
| 13 | QTY_ORDERED_BACK | numeric(20,6) | Quantity on Puchase BackOrder | |
| 14 | QTY_IN_QUALITY_CONTROL | numeric(20,6) | Quantity in Quality Control | |
| 15 | QTY_PICKED | numeric(20,6) | Quantity Picked | |
| 16 | QTY_IN_DESPATCH | numeric(20,6) | Quantity in Shipping | |
| 17 | QTY_IN_QUARANTINE | numeric(20,6) | Quantity in Quarantine | |
| 18 | QTY_RESERVED | numeric(20,6) | Quantity Reserved To Sales Orders | |
| 19 | QTY_RECEIVED | numeric(20,6) | Qty Received | |
| 20 | QTY_EXPIRED | numeric(20,6) | Quantity Expired | |
| 21 | QTY_COMMITTED_TOTAL | computed | ||
| 22 | QTY_ORDERED_TOTAL | computed |