ZCA_BI_CRM_CAL_QUARTER
This table stores Gregorian and Accounting Calendar information at Quarter level.
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
ZCA_BI_CRM_CAL_QUARTER_PK |
FISCAL_QUARTER_START_DATE, FISCAL_QUARTER_NUMBER |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| FISCAL_PERIOD_SET_ID | NUMBER | 18 | Yes | defaulted to -1. | |
| FISCAL_PERIOD_SET_NAME | VARCHAR2 | 15 | Yes | Name of the accounting calendar. | |
| FISCAL_PERIOD_TYPE | VARCHAR2 | 15 | Yes | Accounting period type. Examples are Weekly, Monthly, Quarterly. | |
| FISCAL_QUARTER_NUMBER | NUMBER | 18 | Yes | Quarter number of accounting period. | |
| FISCAL_YEAR_NUMBER | NUMBER | 18 | Yes | Denotes the accounting calendar year represented by a numerical value, such as 2009. | |
| FISCAL_QUARTER_START_DATE | DATE | Yes | 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. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| 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. | ||
| ENTERPRISE_ID | NUMBER | 18 | ENTERPRISE_ID | ||
| CALENDAR_ID | NUMBER | 18 | CALENDAR_ID | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCA_BI_CRM_CAL_QUARTER_N1 | Non Unique | Default | FISCAL_YEAR_NUMBER |
| ZCA_BI_CRM_CAL_QUARTER_U1 | Unique | Default | FISCAL_QUARTER_START_DATE, FISCAL_QUARTER_NUMBER |