GL_ACCESS_SETS

GL_ACCESS_SETS contains the definition of each data access set defined in the Data Access Set page. Each row includes the name, description, chart of accounts structure, calendar and period type information for the data access set. There is a one to many relationship between the data access set information stored in this table and the data access set details information stored in the GL_ACCESS_SET_NORM_ASSIGN table.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

GL_ACCESS_SETS_PK

ACCESS_SET_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
ACCESS_SET_ID NUMBER 18 Yes Unique identifier of the access set.
NAME VARCHAR2 30 Yes User defined access set defining column.
SECURITY_SEGMENT_CODE VARCHAR2 1 Yes Security segment (balancing segment, management segment, full).
ENABLED_FLAG VARCHAR2 1 Yes Whether the access set is enabled.
CHART_OF_ACCOUNTS_ID NUMBER 18 Yes Key flexfield structure identifier.
PERIOD_SET_NAME VARCHAR2 15 Yes Accounting calendar name. It is a foreign key to the GL_CALENDARS.PERIOD_SET_NAME table.
ACCOUNTED_PERIOD_TYPE VARCHAR2 15 Yes Accounting period type. Foreign key to the GL_CALENDARS.PERIOD_TYPE table.
AUTOMATICALLY_CREATED_FLAG VARCHAR2 1 Yes Automatically created access set flag.
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.
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.
SECURED_SEG_VALUE_SET_ID NUMBER 18 Secured segment value set defining column.
DEFAULT_LEDGER_ID NUMBER 18 Default ledger of the access set.
DESCRIPTION VARCHAR2 240 Access set definition description.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Access Sets (GL_ACCESS_SETS)
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
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_ACCESS_SETS gl_period_sets PERIOD_SET_NAME
GL_ACCESS_SETS gl_period_types ACCOUNTED_PERIOD_TYPE
gl_access_set_assignments gl_access_sets ACCESS_SET_ID
gl_ledgers gl_access_sets IMPLICIT_ACCESS_SET_ID
gl_access_set_norm_assign gl_access_sets ACCESS_SET_ID

Indexes

Index Uniqueness Tablespace Columns
GL_ACCESS_SETS_N1 Non Unique Default CHART_OF_ACCOUNTS_ID, PERIOD_SET_NAME, ACCOUNTED_PERIOD_TYPE
GL_ACCESS_SETS_U1 Unique Default ACCESS_SET_ID
GL_ACCESS_SETS_U2 Unique Default NAME