Table: dbo.GL_Transaction_N_GL_Balancing_Entry
This dictionary table associates a balancing entry transaction with its associated GL transaction specific detail..
Columns
NameTypeConstraintsDescription
gl_transaction_KEYint (4)NOT NULLPrimary key. Also the foreign key to the GL transaction detail being associated with a balancing entry.
gl_balancing_entry_KEYint (4)NOT NULLForeign key to the GL balancing entry.
Primary key
NameColumnsDescription
PK_GL_Transaction_N_GL_Balancing_Entry$gl_transaction_KEYgl_transaction_KEY
Unique constraints
NameColumnsDescription
UK_GL_Transaction_N_GL_Balancing_Entry$gl_balancing_entry_KEYgl_balancing_entry_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_GL_Transaction_N_GL_Balancing_Entry__GL_Balancing_Entry__gl_balancing_entry_KEYgl_balancing_entry_KEYGL_Balancing_Entry (gl_balancing_entry_KEY)
FK_GL_Transaction_N_GL_Balancing_Entry__GL_Transaction__gl_transaction_KEYgl_transaction_KEYGL_Transaction (gl_transaction_KEY)

Schema diagram