GL_PURGE_TRACKING_HISTORY

This table stores the archive and purge related Enterprise Service Scheduler requests launched for a particular business object and fiscal year. It stores the archive and purge stage that was attempted and the result of that attempt.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

GL_PURGE_TRACK_HISTORY_PK

ACTION_REQUEST_ID, BUSINESS_OBJECT_CODE, CALENDAR_ID, PERIOD_RANGE_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTION_REQUEST_ID NUMBER 18 Yes Enterprise Service Scheduler request that processed the action.
BUSINESS_OBJECT_CODE VARCHAR2 30 Yes Business object for which archive and purge is being done. Some valid values are ORA_GL_JOURNALS and ORA_GL_BALANCES.
CALENDAR_ID NUMBER 18 Yes Calendar for which archive and purge is being done.
PERIOD_RANGE_ID NUMBER 18 Yes Period range for which archive and purge is being done. Currently only maps to a single fiscal year and contains that year.
STAGE_CODE VARCHAR2 30 Yes Archive and purge stage for the business object and fiscal year that was executed. Some valid values are ORA_NEW, ORA_VALIDATED, ORA_ARCHIVE_AND_PURGED, ORA_ARCHIVED_TO_STORAGE, and ORA_ARCHIVE_TABLES_CLEARED.
STATUS_CODE VARCHAR2 30 Yes Status of the archive and purge stage. Some valid values are ORA_SUBMITTED, ORA_RUNNING, ORA_SUCCESS, ORA_WARNING, ORA_VALIDATION_ERROR, and ORA_FATAL_ERROR.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or 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.

Indexes

Index Uniqueness Tablespace Columns
GL_PURGE_TRACK_HISTORY_N1 Non Unique Default BUSINESS_OBJECT_CODE, CALENDAR_ID, PERIOD_RANGE_ID, STAGE_CODE
GL_PURGE_TRACK_HISTORY_U1 Unique Default ACTION_REQUEST_ID, BUSINESS_OBJECT_CODE, CALENDAR_ID, PERIOD_RANGE_ID