GL_JE_BATCHES_

GL_JE_BATCHES contains journal entry batches. Each row includes the batch name, description, status, running total debits and credits, and other information. This table corresponds to the Batch window of the Enter Journals form. STATUS is 'U' for unposted, 'P' for posted, 'S' for selected, 'I' for in the process of being posted. Other values of status indicate an error condition. STATUS_VERIFIED is 'N' when you create or modify an unposted journal entry batch. The posting program changes STATUS_VERIFIED to 'I' when posting is in process and 'Y' after posting is complete.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

GL_JE_BATCHES_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, JE_BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
JE_BATCH_ID NUMBER 18 Yes Journal entry batch defining column.
APPROVER_EMPLOYEE_ID NUMBER 18 Defining column of the employee who submitted the journal batch for approval.
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.
NAME VARCHAR2 100 User entered journal batch name.
STATUS VARCHAR2 1 Journal entry batch status. Valid values from lookup MJE_BATCH_STATUS.
STATUS_VERIFIED VARCHAR2 1 Batch status verified by posting process.
ACTUAL_FLAG VARCHAR2 1 Balance type (Actual, Budget, or Encumbrance).
DEFAULT_EFFECTIVE_DATE DATE Date within default accounting period.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
DEFAULT_PERIOD_NAME VARCHAR2 15 Default accounting period for journal batch.
EARLIEST_POSTABLE_DATE DATE Earliest date batch can be posted.
POSTED_DATE DATE Date on which journal batch was posted.
DATE_CREATED DATE Date on which journal batch was created.
DESCRIPTION VARCHAR2 240 Journal entry batch description.
CONTROL_TOTAL NUMBER Journal batch control total column.
RUNNING_TOTAL_DR NUMBER Batch running total debit in entered currency.
RUNNING_TOTAL_CR NUMBER Batch running total credit in entered currency.
RUNNING_TOTAL_ACCOUNTED_DR NUMBER Batch running total debit in base currency.
RUNNING_TOTAL_ACCOUNTED_CR NUMBER Batch running total credit in base currency.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
FUNDS_STATUS_CODE VARCHAR2 30 Journal entry batch funds check status.
BUDGETARY_CONTROL_STATUS VARCHAR2 1 Oracle internal use only
PACKET_ID NUMBER 18 Oracle internal use only
ATTRIBUTE_CATEGORY2 VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
POSTING_RUN_ID NUMBER 18 Unique posting run sequence number.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
UNRESERVATION_PACKET_ID NUMBER 18 Journal batch packet identifier for cancellation of funds reservation.
AVERAGE_JOURNAL_FLAG VARCHAR2 1 Whether or not the journal is an average balance journal.
APPROVAL_STATUS_CODE VARCHAR2 1 Journal entry batch approval status.
PARENT_JE_BATCH_ID NUMBER 18 Identifier of the parent batch in the source reporting currency ledger.
CHART_OF_ACCOUNTS_ID NUMBER 18 Key flexfield structure identifier.
PERIOD_SET_NAME VARCHAR2 15 Accounting calendar name of the accounting period.
ACCOUNTED_PERIOD_TYPE VARCHAR2 15 Accounting period type. Foreign key to GL_CALENDARS.PERIOD_TYPE.
GROUP_ID NUMBER Group identifier used to import data from interface table.
JE_SOURCE VARCHAR2 25 Journal source. Foreign key to GL_JE_SOURCES_B.
OBJECT_VERSION_NUMBER NUMBER 9 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_MESSAGE VARCHAR2 1000 Detailed description for single validation error or a summary description of multiple validation errors.
HAS_WARNINGS_FLAG VARCHAR2 1 Indicates whether this journal batch has any associated warnings.
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.
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.
AUTORUN_REQUEST_ID NUMBER 18 Automate Accounting process identifier that last attempted to process an approval on this batch.
ACCOUNTING_BATCH_ID NUMBER 18 Data set identifier for which this batch was created. Multiple group identifiers may be associated with the same data set identifier. Used for batches that were not created by the Journal Import process. For example, an identifier for the set of data created by a particular Create Accounting process.
PARTITION_GROUP_CODE VARCHAR2 15 Partition grouping information which when combined with the period, determines the database partition in which this journal batch will be stored.
POSTING_ELIGIBILITY_CODE VARCHAR2 30 Journal batch posting eligibility code. Possible values are ELIGIBLE, NOT_ELIGIBLE, and OVERRIDDEN.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
GL_JE_BATCHES_N1_ Non Unique Default JE_BATCH_ID
GL_JE_BATCHES_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, JE_BATCH_ID