| Table: dbo.GL_Transaction_N_GL_Balancing_Entry | |||
| This dictionary table associates a balancing entry transaction with its associated GL transaction specific detail.. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| gl_transaction_KEY | int (4) | NOT NULL | Primary key. Also the foreign key to the GL transaction detail being associated with a balancing entry. |
| gl_balancing_entry_KEY | int (4) | NOT NULL | Foreign key to the GL balancing entry. |
| Primary key | |||
| Name | Columns | Description | |
| PK_GL_Transaction_N_GL_Balancing_Entry$gl_transaction_KEY | gl_transaction_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_GL_Transaction_N_GL_Balancing_Entry$gl_balancing_entry_KEY | gl_balancing_entry_KEY | ||