MSC_CALENDAR_MONTHS
This table stores the Month level details of Fiscal and Gregorian Calendars.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_CALENDAR_MONTHS_PK |
CALENDAR_CODE, START_OF_MONTH |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CALENDAR_CODE | VARCHAR2 | 22 | Yes | Calendar code. This is unique across calendar types | |
| YEAR | VARCHAR2 | 30 | YEAR | ||
| YEAR_DESCRIPTION | VARCHAR2 | 100 | YEAR_DESCRIPTION | ||
| YEAR_START_DATE | DATE | YEAR_START_DATE | |||
| YEAR_END_DATE | DATE | YEAR_END_DATE | |||
| QUARTER | VARCHAR2 | 30 | QUARTER | ||
| QUARTER_SEQ_NUM | NUMBER | 1 | QUARTER_SEQ_NUM | ||
| QUARTER_START_DATE | DATE | QUARTER_START_DATE | |||
| QUARTER_END_DATE | DATE | QUARTER_END_DATE | |||
| MONTH | VARCHAR2 | 30 | MONTH | ||
| START_OF_MONTH | DATE | Yes | Column to store the first day of the Month. This column will be part of the Primary Key along with Calendar_Code | ||
| MONTH_START_DATE | DATE | Yes | MONTH_START_DATE | ||
| MONTH_END_DATE | DATE | MONTH_END_DATE | |||
| REFRESH_NUMBER | NUMBER | 18 | REFRESH_NUMBER | ||
| DELETED_FLAG | VARCHAR2 | 1 | Flag indicating whether this is a deleted record | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| MSC_CALENDAR_MONTHS | msc_calendars | CALENDAR_CODE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_CALENDAR_MONTHS_U1 | Unique | Default | CALENDAR_CODE, START_OF_MONTH |