GL_PURGE_TRACKING_ERRORS

This table stores any validation errors that are preventing a business object and fiscal year from being ready for archive and purge.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

GL_PURGE_TRACKING_ERRORS_PK

BUSINESS_OBJECT_CODE, CALENDAR_ID, PERIOD_RANGE_ID, ERROR_NUM

Columns

Name Datatype Length Precision Not-null Comments
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.
ERROR_NUM NUMBER 18 Yes Order in which this error was encountered when validating this business object and fiscal year. Added in order to have a unique primary key.
ERROR_CODE VARCHAR2 30 Yes Error code of the validation error. Generally the same as the message name used to generate the error text.
ERROR_TEXT VARCHAR2 1000 Yes Error message of the validation error.
PERIOD_NAME VARCHAR2 15 Period associated with the validation error.
LEDGER_ID NUMBER 18 Ledger associated with the validation error.
SECONDARY_LEDGER_ID NUMBER 18 Secondary ledger associated with the validation 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_TRACKING_ERRORS_U1 Unique Default BUSINESS_OBJECT_CODE, CALENDAR_ID, PERIOD_RANGE_ID, ERROR_NUM