Table: fiscal_month

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK fiscal_month_key decimal(15)      
2.   fiscal_year_key decimal(15)   fiscal_year fk_fiscal_month1
3.   fiscal_quarter_key decimal(15)   fiscal_quarter fk_fiscal_month2
4.   begin_date datetime      
5.   end_date datetime      
6.   period_number tinyint      
Foreign Keys
Column References Foreign Key Name
Table Column
fiscal_quarter_key fiscal_quarter fiscal_quarter_key fk_fiscal_month2
fiscal_year_key fiscal_year fiscal_year_key fk_fiscal_month1
Referenced from
Table Column Foreign Key Name
budget_detail fiscal_month_key fk_budget_detail3
cost_pool_group_calc post_fiscal_month_key fk_cost_pool_group_calc5
cost_pool_group_calc rev_fiscal_month_key fk_cost_pool_group_calc6
fiscal_month_org_feature_close fiscal_month_key fk_fm_org_feature_close1
fiscal_week fiscal_month_key fk_fiscal_week3
general_ledger fiscal_month_key fk_general_ledger1
Check Constraints
Name Definition
cc_fiscal_month_begin_date ([begin_date]>='1900-01-01' AND [begin_date]<='2099-12-31')
cc_fiscal_month_end_date ([end_date]>='1900-01-01' AND [end_date]<='2099-12-31')
cc_period_number ([period_number]>=(1) AND [period_number]<=(99))
Indices
Index Name Unique Column Name Asc Or Desc
pk_fiscal_month true fiscal_month_key Asc
idx_fiscal_month1 true fiscal_month_key Asc
    fiscal_quarter_key  
    fiscal_year_key  
idx_fiscal_month2 false fiscal_year_key Asc
idx_fiscal_month3 false fiscal_quarter_key Asc