ZCA_BI_CRM_CALENDAR

This table stores Gregorian and Accounting Calendar information.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCA_BI_CRM_CALENDAR_PK

REPORT_DATE

Columns

Name Datatype Length Precision Not-null Comments
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE ID for Saas Enablement.
REPORT_DATE DATE Yes Calendar Date.
DAY_OF_WEEK NUMBER 1 Day Number of Week.
CAL_WEEK_CODE VARCHAR2 25 Yes Concatenation of Calendar Year and "Week" and Week Number.
CAL_WEEK NUMBER 8 Yes Unique numeric identifier of a week in a calendar year.
CAL_WEEK_START_DATE DATE The start date of the week.
CAL_WEEK_END_DATE DATE The end date of the week.
PRIOR_SEQUENTIAL_WEEK NUMBER 8 Previous CAL_WEEK.
PRIOR_YEAR_WEEK NUMBER 8 Previous Years CAL_WEEK.
CAL_MONTH NUMBER 8 Yes Unique numeric identifier for the month in a calendar year.
CAL_MONTH_CODE VARCHAR2 30 Yes Concatenation of Calendar Year and Month Number.
CAL_MONTH_END_DATE DATE End date of the calendar month.
CAL_MONTH_START_DATE DATE Start date of the calendar month.
PRIOR_SEQUENTIAL_MONTH NUMBER 8 Unique numeric identifier of the month prior to CAL_MONTH.
PRIOR_YEAR_MONTH NUMBER 8 Unique numeric identifier of the same month in the previous year.
CAL_QUARTER NUMBER 8 Yes Unique numeric identifier of the quarter in a calendar year.
CAL_QUARTER_CODE VARCHAR2 25 Yes Concatenation of Year and 'Q' and Quarter number.
CAL_QTR_START_DATE DATE Start date of the calendar quarter
CAL_QTR_END_DATE DATE End date of the calendar quarter
PRIOR_YEAR_QTR NUMBER 8 Unique numeric identifier of the quarter in the previous year.
PRIOR_SEQUENTIAL_QTR NUMBER 8 Unique numeric identifier of the previous quarter.
CAL_YEAR NUMBER 4 Yes Calendar year.
CAL_YEAR_NAME VARCHAR2 25 Yes CAL_YEAR_NAME.
CAL_YEAR_START_DATE DATE The start date of the calendar year.
CAL_YEAR_END_DATE DATE The end date of the calendar year.
PRIOR_YEAR NUMBER 4 Prior year.
FISCAL_PERIOD_SET_ID NUMBER defaulted to -1.
ADJUSTMENT_PERIOD_FLAG VARCHAR2 1 Calendar period adjustment status.
FISCAL_PERIOD_SET_NAME VARCHAR2 15 Name of the accounting calendar.
FISCAL_PERIOD_TYPE VARCHAR2 15 Accounting period type. Examples are Weekly, Monthly, Quarterly.
FISCAL_PERIOD_NAME VARCHAR2 15 System generated accounting period name.
FISCAL_PERIOD_NUMBER NUMBER 18 Unique period number within accounting calendar year.
FISCAL_QUARTER_NUMBER NUMBER 18 Quarter number of accounting period.
FISCAL_YEAR_NUMBER NUMBER 18 Denotes the accounting calendar year represented by a numerical value, such as 2009.
FISCAL_PERIOD_START_DATE DATE Date when the accounting period begins.
FISCAL_PERIOD_END_DATE DATE Date when the accounting period ends.
FISCAL_QUARTER_START_DATE DATE Date when the quarter containing this accounting period starts.
FISCAL_QUARTER_END_DATE DATE Date when the quarter containing this accounting period ends.
FISCAL_YEAR_START_DATE DATE Date when the year containing this accounting period starts.
FISCAL_YEAR_END_DATE DATE Date when the year containing this accounting period ends.
ENTERPRISE_QUARTER VARCHAR2 83 It is a concatenation of Fiscal Year Number and 'Q' and Fiscal Quarter Number.
ENTERPRISE_YEAR VARCHAR2 40 Enterprise year.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
CALENDAR_ID NUMBER 18 Unique identifier of an Accounting Calendar.
DAY_OF_MONTH NUMBER 2 DAY_OF_MONTH of the table FND_CAL_DAY.
DAY_OF_YEAR NUMBER 3 DAY_OF_YEAR of the table FND_CAL_DAY.
CALENDAR_WEEK VARCHAR2 20 Calendar_week as parent_year*100+ substr(cal_week,5) from fnd_cal_week

Indexes

Index Uniqueness Tablespace Columns
ZCA_BI_CRM_CALENDAR_N1 Non Unique FUSION_TS_TX_DATA ENTERPRISE_QUARTER
ZCA_BI_CRM_CALENDAR_N2 Non Unique FUSION_TS_TX_DATA ENTERPRISE_YEAR
ZCA_BI_CRM_CALENDAR_U1 Unique Default REPORT_DATE