GL_PERIOD_SETS

GL_PERIOD_SETS stores the calendars you define using the Accounting Calendar form. Each row includes the name and description of your calendar. There is a one-to-many relationship between a row in this table and rows in the GL_PERIODS table. This table has no foreign keys other than the standard Who columns.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

GL_PERIOD_SETS_PK

PERIOD_SET_ID

Columns

Name Datatype Length Precision Not-null Comments
PERIOD_SET_NAME VARCHAR2 15 Yes Name of the accounting calendar.
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.
DESCRIPTION VARCHAR2 240 Accounting calendar 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_SET_ID NUMBER 18 Yes Oracle Internal use only - reserved for future use
SECURITY_FLAG VARCHAR2 1 Yes Enable definition access set security flag
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_calendars gl_period_sets PERIOD_SET_NAME
gl_periods gl_period_sets PERIOD_SET_NAME
gl_access_sets gl_period_sets PERIOD_SET_NAME
gl_ledgers gl_period_sets PERIOD_SET_NAME

Indexes

Index Uniqueness Tablespace Columns
GL_PERIOD_SETS_N1 Non Unique Default CREATION_DATE
GL_PERIOD_SETS_U1 Unique Default PERIOD_SET_NAME
GL_PERIOD_SETS_U2 Unique Default PERIOD_SET_ID