MSC_PERIOD_START_DATES
This table is being used for storing the period start dates of a given calendars Period diference will depend on the quartely calendar type of the calendars.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
MSC_PERIOD_START_DATES_PK |
CALENDAR_CODE, PERIOD_START_DATE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
CALENDAR_CODE | VARCHAR2 | 22 | Yes | CALENDAR_CODE of the given Calendar | ||
SR_INSTANCE_ID | NUMBER | 18 | Yes | Identifier of the source system from where the data is collected. | Obsolete | |
PERIOD_START_DATE | DATE | Yes | This value indicates the period start date. | |||
REFRESH_NUMBER | NUMBER | 18 | Refresh identifier populated by the collection program. | |||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | |||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of 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. | ||
PERIOD_SEQUENCE_NUM | NUMBER | 18 | This value indicates the period sequence number. | |||
PERIOD_NAME | VARCHAR2 | 20 | Period name of the period in the period start dates. | |||
NEXT_DATE | DATE | NEXT_DATE | ||||
PRIOR_DATE | DATE | Previous date for the current date in the calendar dates. | ||||
CALENDAR_START_DATE | DATE | Yes | Adding this column ofr supporting funcation based index on this table. | |||
QUARTERLY_CALENDAR_TYPE | NUMBER | 2 | Yes | Adding this column for supporting the funcation based index on this column | ||
PERIOD_LAST_DATE | DATE | This column is added to support MSC_PERIOD_START_DATES_U2 index. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
MSC_PERIOD_START_DATES | msc_calendars | CALENDAR_CODE |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
MSC_PERIOD_START_DATES_U1 | Unique | Default | CALENDAR_CODE, PERIOD_START_DATE | |
MSC_PERIOD_START_DATES_U2 | Unique | Default | CALENDAR_CODE, PERIOD_SEQUENCE_NUM | Obsolete |