| Table: dbo.Year_End_Close_Budget_Amount_Treatment | |||
| The table enumerates the different treatments available to the year end close process for initializing the budget amounts in the new fiscal year. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| year_end_close_budget_amount_treatment_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (60) | NOT NULL | Description of the year end close budget treatments. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Year_End_Close_Budget_Amount_Treatment | year_end_close_budget_amount_treatment_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Year_End_Close_Budget_Amount_Treatment$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Year_End_Close_Option__Year_End_Close_Budget_Amount_Treatment__year_end_close_budget_amount_treatment_KEY | year_end_close_budget_amount_treatment_KEY | Year_End_Close_Option | |