| Table: dbo.Transaction_Template_N_GL_Transaction | |||
| This dictionary table associates a transaction template with a GL transaction that was created from it. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| gl_transaction_KEY | int (4) | NOT NULL | Primary key. Also the foreign key to the gl transaciton being associated with a transaction template. |
| transaction_template_KEY | int (4) | NOT NULL | Foreign key to the transaction template. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Transaction_Template_N_GL_Transaction$gl_transaction_KEY | gl_transaction_KEY | ||