BT_STD_TEXT_TEMPL_LINES
Standard text template lines
tableFINBT
BT_STD_TEXT_TEMPL_LINES — Standard text template lines. FIN table in the standard Ross ERP 8.0 schema: 8 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open BT_STD_TEXT_TEMPL_LINES in the interactive Data Dictionary →Part of BT 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 | DIVISION | varchar(2) | PK | Division |
| 4 | BT_STD_TXT_TEMPLATE_CODE | varchar(6) | PK FK→BT_STD_TEXT_TEMPLATES | Standard Text Template Code |
| 5 | BT_SEQ_NBR | int | PK | Sequence Number |
| 6 | BT_STANDARD_TEXT_CODE | varchar(6) | FK→BT_STANDARD_TEXT_CODES | Standard Text Code |
| 7 | SYSTEM_DTIME | datetime | System Date/Time | |
| 8 | USERNAME | varchar(20) | Username |