FND_CAL_DAY

Day Level Table for Gregorian Calendar Time Dimension

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FND_CAL_DAY_PK

REPORT_DATE, ENTERPRISE_ID

Columns

Name Datatype Length Precision Not-null Comments
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE ID for Saas Enablement
REPORT_DATE DATE Yes Calendar Date
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 Yes Who column: indicates the session login associated to the user who last updated the row.
PARENT_WEEK NUMBER 8 Yes Calendar Week of Day
PARENT_MONTH NUMBER 8 Yes Calendar Month of Day
DAY_OF_WEEK NUMBER 1 Day Number of Week
DAY_OF_MONTH NUMBER 2 Day Number of Month
DAY_OF_YEAR NUMBER 3 Day Number of Year
SEED_DATA_SOURCE VARCHAR2 512 Seed data file from which the row originates.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
FND_CAL_DAY_N1 Non Unique REFERENCE PARENT_MONTH, ENTERPRISE_ID
FND_CAL_DAY_N2 Non Unique FUSION_TS_TX_DATA PARENT_WEEK, ENTERPRISE_ID
FND_CAL_DAY_U1 Unique Default REPORT_DATE, ENTERPRISE_ID, ORA_SEED_SET1
FND_CAL_DAY_U11 Unique Default REPORT_DATE, ENTERPRISE_ID, ORA_SEED_SET2