GL_CALENDARS_

Unique identifier for accounting and commitment Calendars created in Oracle Fusion and has a one to one relationship with PERIOD_SET_NAME. For legacy accounting calendars migrated from instances prior to Oracle Fusion, CALENDAR_ID may have a one to many relationship with PERIOD_SET_NAME.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

GL_CALENDARS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, PERIOD_SET_NAME, PERIOD_TYPE

Columns

Name Datatype Length Precision Not-null Comments
CALENDAR_ID NUMBER 18 Unique identifier for Accounting and Commitment Calendars created in Fusion and has a 1-1 Relationship with PERIOD_SET_NAME. For legacy Accounting Calendars migrated from instances prior to Fusion, CALENDAR_ID may have 1 to many relationship with PERIOD_SET_NAME.
USER_PERIOD_SET_NAME VARCHAR2 15 Period of time, extending from one date to another, defined by a party to quantify the fiscal position of the business. It can be divided into accounting periods.
PERIOD_SET_NAME VARCHAR2 15 Yes Name of the accounting calendar.
PERIOD_SET_ID NUMBER 18 Accounting calendar identifier.
PERIOD_TYPE VARCHAR2 15 Yes Accounting period type. Examples are Weekly, Monthly, Quarterly.
PERIOD_TYPE_ID NUMBER 18 Accounting period type identifier.
DESCRIPTION VARCHAR2 240 Accounting calendar description.
SECURITY_FLAG VARCHAR2 1 Security mode flag of the calendar.
NON_ADJ_PERIOD_FREQ_CODE VARCHAR2 30 Nonadjustment period frequency.
ADJ_PERIOD_FREQ_CODE VARCHAR2 30 Frequency of adjusting periods in a calendar year. For example, it can be one adjusting period at the end of the year, two adjusting periods at the end of the year, one at the beginning and one at the end of the year.
ADJ_PERIODS_NUM NUMBER 18 Number of adjusting periods per year in an accounting calendar when users choose to specify their own adjusting period frequency rather than selecting from prespecified choices.
LEGACY_RULES_ENABLED_FLAG VARCHAR2 1 Flag that indicates whether legacy rules for migration apply to this calendar for update purposes. Valid values are Yes or No.
NON_ADJ_PERIODS_NUM NUMBER 18 Number of nonadjustment periods.
USER_PERIOD_NAME_PREFIX VARCHAR2 30 Optional string that is added at the beginning of an accounting period name, usually to identify its nature, such as fiscal or quarter name.
PERIOD_NAME_FORMAT_CODE VARCHAR2 30 To put in a fixed or organized form.
PERIOD_NAME_SEPARATOR_CODE VARCHAR2 30 Character (dash, forward slash, or none) that separates the period and year components of the accounting period name.
LATEST_YEAR_START_DATE DATE Start date of the latest year for which periods are generated.
CALENDAR_START_DATE DATE Date when the first period of the accounting calendar begins.
CALENDAR_TYPE_CODE VARCHAR2 30 Type of Calendar. Valid values are Accounting or Budgetary Control.
LEGACY_CALENDAR_FLAG VARCHAR2 1 Flag that indicates whether this is a legacy E-Business Suite calendar. Valid values are Yes or No.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created 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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
ENTERPRISE_ID NUMBER 18 Enterprise or business group identifier.
DEFAULT_PARTITION_GROUP_CODE VARCHAR2 15 Default partition grouping used for ledgers with this calendar.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
GL_CALENDARS_N1_ Non Unique Default PERIOD_SET_NAME, PERIOD_TYPE
GL_CALENDARS_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, PERIOD_SET_NAME, PERIOD_TYPE