L_MONTH(SQL Table) |
Index Back |
---|---|
Month Dimension |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MONTH_SID | Number(10,0) | DECIMAL(10) NOT NULL | Month Surrogate Key |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
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 | QUARTER_DESCR | Character(30) | VARCHAR2(30) NOT NULL | This is the description of the quarter. |
6 | QUARTER_ABBR | Character(5) | VARCHAR2(5) NOT NULL | This is the abbreviation for the quarter |
7 | YEAR_DESCR | Character(30) | VARCHAR2(30) NOT NULL | This is the description of the year. |