GL_JE_ERROR_CODES

GL_JE_ERROR_CODES contains the error code of the journal lines.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

GL_JE_ERROR_CODES_PK

JE_BATCH_ID, JE_LINE_NUM, JE_HEADER_ID, ERROR_NUM

Columns

Name Datatype Length Precision Not-null Comments
JE_BATCH_ID NUMBER 18 Yes Journal entry batch identifier.
JE_HEADER_ID NUMBER 18 Yes Journal entry header identifier.
JE_LINE_NUM NUMBER 18 Yes Unique journal line identifier column.
ERROR_NUM NUMBER 18 Yes Number of error used to identify the row when there are multiple errors on a batch, journal, or line.
BATCH_NAME VARCHAR2 100 Yes Journal batch. Foreign key to GL_JE_BATCHES.
HEADER_NAME VARCHAR2 100 Journal entry name. Foreign key to GL_JE_HEADRES.
ACTUAL_FLAG VARCHAR2 1 Yes Balance type(Actual, Budget, or Encumbrance).
PERIOD_NAME VARCHAR2 15 Yes Journal entry accounting period. Foreign key to GL_PERIODS.
JE_SOURCE VARCHAR2 25 Yes Journal source. Foreign key to GL_JE_SOURCES_B.
JE_ERROR_CODE VARCHAR2 30 Yes Journal entry error code, corresponds to lookup GL_JE_ERROR_CODES.
ERROR_MESSAGE VARCHAR2 1000 Detailed description of the error.
ERROR_MESSAGE_NAME VARCHAR2 30 Name of the message that was used to generate the message text in the ERROR_MESSAGE column.
PARENT_JE_HEADER_ID NUMBER 18 Journal from which this reporting currency journal was created. Only populated in cases where the reporting currency journal will not be retained after the posting run is complete, due to a validation error.
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.
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.
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.
ERROR_SEVERITY_CODE VARCHAR2 30 Yes Severity of the validation error. Valid values are ERROR and WARNING.

Foreign Keys

Table Foreign Table Foreign Key Column
GL_JE_ERROR_CODES gl_je_batches JE_BATCH_ID
GL_JE_ERROR_CODES gl_je_headers JE_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
GL_JE_ERROR_CODES_U1 Unique Default JE_BATCH_ID, JE_HEADER_ID, JE_LINE_NUM, ERROR_NUM