D_MONTH

(SQL Table)
Index Back

Month Dimension

  • Related Language Record: L_MONTH
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 MONTH_SID Number(10,0) DECIMAL(10) NOT NULL Month Surrogate Key
    2 MONTH_NUM Number(6,0) INTEGER NOT NULL Month Number
    3 MONTH_DESCR Character(30) VARCHAR2(30) NOT NULL This is the description of the month.
    4 MONTH_ABBR Character(3) VARCHAR2(3) NOT NULL This is abbreviation of the month
    5 MONTH_QTR_NUM Number(1,0) SMALLINT NOT NULL This is the month of the quarter.
    6 MONTH_YR_NUM Number(2,0) SMALLINT NOT NULL Month Year Number
    7 QUARTER_SID Number(10,0) DECIMAL(10) NOT NULL This is the quarter surrogate ID.
    8 QUARTER_NUM Number(5,0) INTEGER NOT NULL This is the quarter number
    9 QUARTER_YR_NUM Number(1,0) SMALLINT NOT NULL This is the quarter of year.
    10 QUARTER_DESCR Character(30) VARCHAR2(30) NOT NULL This is the description of the quarter.
    11 QUARTER_ABBR Character(5) VARCHAR2(5) NOT NULL This is the abbreviation for the quarter
    12 YEAR_SID Number(10,0) DECIMAL(10) NOT NULL This is the surrogate ID for year
    13 YEAR_NUM Number(4,0) SMALLINT NOT NULL Year in Number
    14 YEAR_DESCR Character(30) VARCHAR2(30) NOT NULL This is the description of the year.