Table: dbo.GL_Account_Classification_N_GL_Account_Grouping_Code | |||
Dictionary table for connecting GL_Account_Grouping_Subcode to GL account grouping code for mapping. | |||
Columns | |||
Name | Type | Constraints | Description |
gl_account_classification_n_gl_account_grouping_code_KEY | int (4) | NOT NULL | Primary key for this table. |
classification__gl_account_grouping_subcode_KEY | int (4) | NOT NULL | key to the GL_Account_Grouping_Subcode table. |
gl_account_grouping_code_KEY | int (4) | NOT NULL | key to the GL_Account_Grouping_Code table. |
Primary key | |||
Name | Columns | Description | |
PK_GL_Account_Classification_N_GL_Account_Grouping_Code | gl_account_classification_n_gl_account_grouping_code_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_GL_Account_Classification_N_GL_Account_Grouping_Code$classification__gl_account_grouping_subcode_KEY$gl_account_grouping_code | classification__gl_account_grouping_subcode_KEY, gl_account_grouping_code_KEY |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_GL_Account_Classification_N_GL_Account_Grouping_Code_Subcode__GL_Account_Classification_N_GL_Account_Grouping_Code__gl_accoun | gl_account_classification_n_gl_account_grouping_code_KEY | GL_Account_Classification_N_GL_Account_Grouping_Code_Subcode |