Table: dbo.Shortfall_Transaction_N_Client_Tax_Item | |||
Dictionary to associate a shortfall transaction to a client tax item | |||
Columns | |||
Name | Type | Constraints | Description |
shortfall_transaction_KEY | int (4) | NOT NULL | Foreign key to associated shortfall transaction |
client_tax_item_KEY | int (4) | NOT NULL | Foreign key to associated client tax item |
Primary key | |||
Name | Columns | Description | |
PK_Shortfall_Transaction_N_Client_Tax_Item$shortfall_transaction_KEY | shortfall_transaction_KEY |