Table: dbo.GL_Account_Grouping_Code_Type | |||
Extension of the GL_Account_Grouping_Code table to hold the Type for the standard classification codes and the default codes for each Type | |||
Columns | |||
Name | Type | Constraints | Description |
gl_account_grouping_code_KEY | int (4) | NOT NULL | Primary key for this table. |
gl_account_type_KEY | int (4) | NOT NULL | GL_Account_Type key. |
default__gl_account_type_KEY | int (4) | GL_Account_Type key If this code is the default code for this type, NULL otherwise. |
Primary key | |||
Name | Columns | Description | |
PK_GL_Account_Grouping_Code_Type$gl_account_grouping_code_KEY | gl_account_grouping_code_KEY |