A_PERIOD_USAGE
Archived Part Period Usage
tableFINPERIOD
A_PERIOD_USAGE — Archived Part Period Usage. FIN table in the standard Ross ERP 8.0 schema: 11 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open A_PERIOD_USAGE 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 | ARCHIVE_ID | varchar(1) | PK | Prefix Fields for Archive Tables |
| 3 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 4 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 5 | PART_CODE | varchar(15) | PK | Product |
| 6 | PERIOD | smallint | PK | Period Number |
| 7 | YEAR | smallint | PK | Year Number |
| 8 | PERIOD_USAGE | numeric(20,6) | Period Usage | |
| 9 | ARCHIVE_DATE | datetime | Archive Date | |
| 10 | ARCHIVE_USERNAME | varchar(20) | Username recorded when the row was moved to the archive. | |
| 11 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |