Table: dbo.GL_Account_Classification_N_Tax_Code_M3 | |||
Connects a gl account classification subcode to an M3-A tax code. | |||
Columns | |||
Name | Type | Constraints | Description |
gl_account_classification_n_tax_code_M3_KEY | int (4) | NOT NULL | Primary Key. |
tax_code_KEY | int (4) | NOT NULL | Key to the Tax_Code table |
classification__gl_account_grouping_subcode_KEY | int (4) | NOT NULL | Key to the GL_Account_grouping subcode 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_M3 | gl_account_classification_n_tax_code_M3_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_GL_Account_Classification_N_Tax_Code_M3$classification__gl_account_grouping_subcode_KEY$ultra_tax_entity_type_KEY | classification__gl_account_grouping_subcode_KEY, ultra_tax_entity_type_KEY |