PC_EXPORT
PC Export
tableFINPC
PC_EXPORT — PC Export. FIN table in the standard Ross ERP 8.0 schema: 14 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open PC_EXPORT 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 | EXPORT_NAME | varchar(10) | PK | Name |
| 4 | EXPORT_DESCRIPTION | varchar(30) | ||
| 5 | TABLE_NAME | varchar(31) | Table Name | |
| 6 | CREATION_DATE | datetime | Creation Date | |
| 7 | CELL_SIZE | smallint | Cell Size | |
| 8 | STARTING_CELL | smallint | Starting Cell | |
| 9 | CELL_ALIGNED | varchar(1) | Cell Aligned | |
| 10 | SPACING | smallint | Spacing | |
| 11 | PC_OUTPUT_FILE | varchar(8) | PC Output File | |
| 12 | SYS_DELIMITER_FLAG | varchar(1) | Include a Delimiter (Y/N) | |
| 13 | SYS_DELIMITER | varchar(1) | Delimiter Character | |
| 14 | MAX_RECORD_LENGTH | smallint | Max length of record to extract for a spreadsheet . |