SYS_DOCUMENT_PROMPTS
Document language prompts
tableFINSYS
SYS_DOCUMENT_PROMPTS — Document language prompts. FIN table in the standard Ross ERP 8.0 schema: 5 columns, used by 43 programs. Columns, data types, keys, foreign keys and relationships.
Open SYS_DOCUMENT_PROMPTS in the interactive Data Dictionary →Part of SYS 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 | SYS_DOCUMENT_CODE | varchar(8) | PK | Document code for language prints |
| 3 | SEQUENCE | smallint | PK | Sequence Number |
| 4 | SYS_LANGUAGE_CODE | varchar(8) | PK | Language Code |
| 5 | SYS_LANGUAGE_PROMPT | varchar(70) | Text to be printed |