A_CUSTOMER_PERFORMANCE
Archive Customer Period Performance Details
tableFINCUSTOMER
A_CUSTOMER_PERFORMANCE — Archive Customer Period Performance Details. FIN table in the standard Ross ERP 8.0 schema: 18 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open A_CUSTOMER_PERFORMANCE in the interactive Data Dictionary →Part of CUSTOMER 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 | YEAR | smallint | PK | Year Number |
| 5 | DIVISION | varchar(2) | PK | Division |
| 6 | CUSTOMER_NUMBER | varchar(8) | PK | Customer Number |
| 7 | PERIOD | smallint | PK | Period Number |
| 8 | SYS_CURRENCY_CODE | varchar(6) | PK | Currency Code |
| 9 | PERIOD_SALES | numeric(20,2) | Period Sales | |
| 10 | PERIOD_COSTS | numeric(20,2) | Period Costs | |
| 11 | PERIOD_BUDGET | numeric(20,2) | Period Budgeted Sales | |
| 12 | AVERAGE_DEBT_DAYS | int | Average Debt Days | |
| 13 | AVERAGE_OUTSTANDING_DEBT | numeric(20,2) | Average Outstanding Debt Value | |
| 14 | MAXIMUM_OUTSTANDING_BALANCE | numeric(20,2) | Maximum Outstanding Balance | |
| 15 | DEBT_DAYS_WEIGHTED | int | Average Debt Days | |
| 16 | ARCHIVE_DATE | datetime | Archive Date | |
| 17 | ARCHIVE_USERNAME | varchar(20) | Username recorded when the row was moved to the archive. | |
| 18 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |