Table: dbo.GL_Balancing_Entry_N_Bank_Transaction | |||
This dictionary table links a GL balancing entry with the one or more bank transactions that the entry balances. | |||
Columns | |||
Name | Type | Constraints | Description |
bank_transaction_KEY | int (4) | NOT NULL | Primary key. Also the foreign key to a bank transaction being balanced by the associated balancing entry. |
gl_balancing_entry_KEY | int (4) | NOT NULL | Foreign key to the GL balancing entry. |
Primary key | |||
Name | Columns | Description | |
PK_GL_Balancing_Entry_N_Bank_Transaction$bank_transaction_KEY | bank_transaction_KEY |