AP_MESSAGE_FORMATS
AP Document Message Formats
tableFINAP
AP_MESSAGE_FORMATS — AP Document Message Formats. FIN table in the standard Ross ERP 8.0 schema: 10 columns, used by 10 programs. Columns, data types, keys, foreign keys and relationships.
Open AP_MESSAGE_FORMATS in the interactive Data Dictionary →Part of AP 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 | AP_DOCUMENT_FORMAT | varchar(6) | PK | AP Document Format Code |
| 3 | AP_MESSAGE_FORMAT | varchar(6) | PK | Message Format |
| 4 | AP_MESSAGE_DESCRIPTION | varchar(30) | ||
| 5 | AP_MESSAGE_TYPE | varchar(1) | Message Type | |
| 6 | AP_MESSAGE_LENGTH | smallint | Message Length | |
| 7 | AP_MESSAGE_DATE_FORMAT | varchar(11) | AP Message Default Date Format | |
| 8 | AP_MESSAGE_CONDITIONAL | varchar(1) | Is this message output conditionally ? | |
| 9 | AP_MESSAGE_SEQUENCE | smallint | ||
| 10 | AP_MESSAGE_PREFIX | varchar(6) | FK→AP_DOCUMENT_QUERY_HEADERS |