CE_CP_GL_PERIODS_DIM

This interface table contains the Fusion Financials GL periods dimension.

Details

  • Schema: FUSION

  • Object owner: CE

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CE_CP_GL_PERIODS_DIM_PK

PERIOD_SET_NAME, PERIOD_NAME

Columns

Name Datatype Length Not-null Comments
PERIOD_SET_NAME VARCHAR2 15 Yes Name of the accounting calendar.
PERIOD_NAME VARCHAR2 15 Yes Name of a period of time, extending from one date to another, defined by a party to quantify the fiscal position of the business.
START_DATE DATE Start date of the Fusion Financials GL period.
END_DATE DATE End date of the Fusion Financials GL period.
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.

Indexes

Index Uniqueness Tablespace Columns
CE_CP_GL_PERIODS_DIM_N1 Non Unique FUSION_TS_TX_DATA START_DATE
CE_CP_GL_PERIODS_DIM_N2 Non Unique FUSION_TS_TX_DATA "END_DATE"
CE_CP_GL_PERIODS_DIM_U1 Unique FUSION_TS_TX_DATA PERIOD_SET_NAME, PERIOD_NAME