GL_PERIOD_TYPES

GL_PERIOD_TYPES contains the period types you define using the Period Types form. Each row includes the period type name, the number of periods per fiscal year, and other information. YEAR_TYPE_IN_NAME is 'C' for calendar or 'F' for fiscal. This determines the system assigned name of the accounting period in the Accounting Calendar form.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

GL_PERIOD_TYPES_PK

PERIOD_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
PERIOD_TYPE VARCHAR2 15 Yes Accounting period type. Examples are Weekly, Monthly, Quarterly.
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.
NUMBER_PER_FISCAL_YEAR NUMBER 18 Yes Number of periods per fiscal year.
USER_PERIOD_TYPE VARCHAR2 15 Yes User defined name of the calendar period type.
YEAR_TYPE_IN_NAME VARCHAR2 1 Yes Year type. Valid values are Calendar or Fiscal.
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 Who column: indicates the session login associated to the user who last updated the row.
DESCRIPTION VARCHAR2 240 Accounting period type description.
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.
PERIOD_TYPE_ID NUMBER 18 Yes Oracle internal use only.
OBJECT_VERSION_NUMBER NUMBER 9 Yes 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.

Foreign Keys

Table Foreign Table Foreign Key Column
gl_calendars gl_period_types PERIOD_TYPE
gl_periods gl_period_types PERIOD_TYPE
vrm_ebiz_gl_balances gl_period_types PERIOD_TYPE
gl_balances gl_period_types PERIOD_TYPE
gl_access_sets gl_period_types ACCOUNTED_PERIOD_TYPE
gl_ledgers gl_period_types ACCOUNTED_PERIOD_TYPE
gl_period_statuses gl_period_types PERIOD_TYPE

Indexes

Index Uniqueness Tablespace Columns
GL_PERIOD_TYPES_U2 Unique Default USER_PERIOD_TYPE
GL_PERIOD_TYPES_U3 Unique Default PERIOD_TYPE_ID
GL_PERIOD_TYPES_U1 Unique Default PERIOD_TYPE