GL_AUTORUN_SETUP

This table keeps track of whether automation has been set up, and if so what the current settings are. This table will only ever have a single row.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

GL_AUTORUN_SETUP_PK

AUTORUN_ENABLED_FLAG

Columns

Name Datatype Length Precision Not-null Comments
AUTORUN_ENABLED_FLAG VARCHAR2 1 Yes Indicates whether the automations should be run.
SUBMISSION_USER_ID NUMBER 18 User who the automation job runs as.
DEFAULT_NOTIFY_USER_ID NUMBER 18 User who should be notified by default when there is no one else to notify.
SUBMISSION_TIME TIMESTAMP Time of day at which the automation run should automatically be launched.
LATEST_AUTORUN_REQUEST_ID NUMBER 18 Latest successful automation run request.
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.
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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
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.
LAST_CLEANUP_DATE DATE Date when the last cleanup was performed.
NOTIFY_USER_SELECTION_METHOD VARCHAR2 30 Yes Method by which users to be notified are selected. Valid values are ORA_USER and ORA_ROLE.
DEFAULT_NOTIFY_ROLE_NAME VARCHAR2 256 Role that should be notified by default when there is no one else to notify. Notifications will be sent to all users with this role.

Foreign Keys

Table Foreign Table Foreign Key Column
GL_AUTORUN_SETUP per_users SUBMISSION_USER_ID
GL_AUTORUN_SETUP per_users DEFAULT_NOTIFY_USER_ID

Indexes

Index Uniqueness Tablespace Columns
GL_AUTORUN_SETUP_N1 Non Unique Default SUBMISSION_USER_ID
GL_AUTORUN_SETUP_N2 Non Unique Default DEFAULT_NOTIFY_USER_ID
GL_AUTORUN_SETUP_U1 Unique Default AUTORUN_ENABLED_FLAG