XLA_JERS_COMPILED_METADATA

This table contains the compiled status, locking status, and accounting rule definition for each edition of the journal entry rule set assignment.

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XLA_JERS_COMPILED_METADATA_PK

APPLICATION_ID, AMB_CONTEXT_CODE, JERS_TYPE_CODE, JERS_CODE, EVENT_CLASS_CODE, EVENT_TYPE_CODE, EDITION_NAME

Columns

Name Datatype Length Precision Not-null Comments
APPLICATION_ID NUMBER 18 Yes Identifier of a functional area within a software suite of products. For example, Financials or Payroll.
AMB_CONTEXT_CODE VARCHAR2 30 Yes Context of the accounting methods builder for the journal entry rule set.
JERS_TYPE_CODE VARCHAR2 30 Yes Code of the type of the journal entry rule set. The possible values are C: owned and defined by the user, S: owned and seeded by Oracle.
JERS_CODE VARCHAR2 30 Yes Short name of the journal entry rule set.
EVENT_CLASS_CODE VARCHAR2 30 Yes Short name of the event class of the journal entry rule set.
EVENT_TYPE_CODE VARCHAR2 30 Yes Short name of the event type of the journal entry rule set.
EDITION_NAME VARCHAR2 128 Yes Identifier of the currently active journal entry rule set metadata.
STATUS_CODE VARCHAR2 30 Yes Status of the journal entry rule set.
COMPILE_STATUS_CODE VARCHAR2 30 Compilation status for this journal entry rule set and edition.
LOCKING_STATUS_FLAG VARCHAR2 1 Indicates whether this row is locked.
ACCT_RULE_DEFINITION_ID NUMBER 18 Identifier of accounting rule definition.
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.
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
XLA_JERS_COMPILED_METADATA_N1 Non Unique FUSION_TS_TX_DATA ACCT_RULE_DEFINITION_ID
XLA_JERS_COMPILED_METADATA_U1 Unique FUSION_TS_TX_DATA APPLICATION_ID, AMB_CONTEXT_CODE, JERS_TYPE_CODE, JERS_CODE, EVENT_CLASS_CODE, EVENT_TYPE_CODE, EDITION_NAME