| Table: dbo.GL_Account_Classification_N_Tax_Code | |||
| Connects a gl account grouping subcode to the tax code | |||
| Columns | |||
| Name | Type | Constraints | Description |
| gl_account_classification_n_tax_code_KEY | int (4) | NOT NULL | Primary Key. |
| classification__gl_account_grouping_subcode_KEY | int (4) | NOT NULL | Key to the subcode_Code table |
| tax_code_KEY | int (4) | NOT NULL | Key to the taxcode table |
| ultra_tax_entity_type_KEY | int (4) | NOT NULL | Entity Key that determines the classification subcode and taxcode assigned to this entity in the tax code grid |
| Primary key | |||
| Name | Columns | Description | |
| PK_GL_Account_Classification_N_Tax_Code | gl_account_classification_n_tax_code_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_GL_Account_Classification_N_Tax_Code$classification__gl_account_grouping_subcode_KEY$ultra_tax_entity_type_KEY | classification__gl_account_grouping_subcode_KEY, ultra_tax_entity_type_KEY | ||