GL_DATE_PERIOD_MAP

GL_DATE_PERIOD_MAP stores the correlation between dates and non-adjusting periods for each accounting calendar and period type combination. Oracle General Ledger inserts or updates records in this table as you define, maintain, or extend your accounting calendar in the Accounting Calendar form. There is always a one-to-one correspondence between dates and non-adjusting periods since your accounting calendar must not have any gap or overlap between non-adjusting periods. This table is maintained for legacy purposes. GL_CALENDAR is now the primary table for accounting and commitment calendars.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

GL_DATE_PERIOD_MAP_PK

PERIOD_SET_NAME, PERIOD_TYPE, ACCOUNTING_DATE, PERIOD_NAME

Columns

Name Datatype Length Precision Not-null Comments
PERIOD_SET_NAME VARCHAR2 15 Yes Period Set (Calendar) defining column
ACCOUNTING_DATE DATE Yes Date when accounting is generated.
PERIOD_NAME VARCHAR2 15 Yes Period name. Foreign key to GL_PERIODS.
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_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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
PERIOD_TYPE VARCHAR2 15 Yes Accounting period type. Examples are Weekly, Monthly, Quarterly.
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.
ENTERPRISE_ID NUMBER 18 Enterprise or business group identifier.

Foreign Keys

Table Foreign Table Foreign Key Column
GL_DATE_PERIOD_MAP gl_calendars PERIOD_SET_NAME, PERIOD_TYPE

Indexes

Index Uniqueness Tablespace Columns
GL_DATE_PERIOD_MAP_N1 Non Unique Default PERIOD_SET_NAME, PERIOD_NAME
GL_DATE_PERIOD_MAP_U1 Unique Default PERIOD_SET_NAME, PERIOD_TYPE, ACCOUNTING_DATE, PERIOD_NAME