GL_CONCURRENT_SCHEDULES
GL_CONCURRENT_SCHEDULES contains the definitions of schedules created by users.
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
GL_CONCURRENT_SCHEDULES_PK |
SCHEDULE_NAME |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Flexfield-mapping |
|---|---|---|---|---|---|---|
| SCHEDULE_NAME | VARCHAR2 | 20 | Yes | Name of schedule as defined by the user. | ||
| PERIOD_SET_NAME | VARCHAR2 | 15 | Yes | Accounting calendar defining column. | ||
| PERIOD_TYPE | VARCHAR2 | 15 | Yes | Accounting period type defining column. | ||
| RUN_DAY | NUMBER | 18 | Yes | Day of the accounting period on which the schedule becomes active. | ||
| RUN_TIME | DATE | Yes | Time on run_day when the schedule becomes active. | |||
| ENABLED_FLAG | VARCHAR2 | 1 | Yes | Enable or disable concurrent schedule. | ||
| 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. | |||
| 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. | ||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE6 | VARCHAR2 | 240 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 150 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | Define Submission Schedules (GL_CONCURRENT_SCHEDULES) | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| GL_CONCURRENT_SCHEDULES_U1 | Unique | Default | SCHEDULE_NAME |