XLA_MPA_JLT_ASSGNS

This table contains the multiperiod journal lines assigned to the accrual journal line types in a journal lines definition.

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

XLA_MPA_JLT_ASSGNS_PK

AMB_CONTEXT_CODE, APPLICATION_ID, EVENT_CLASS_CODE, EVENT_TYPE_CODE, LINE_DEFINITION_OWNER_CODE, LINE_DEFINITION_CODE, ACCOUNTING_LINE_CODE, ACCOUNTING_LINE_TYPE_CODE, MPA_ACCOUNTING_LINE_CODE, MPA_ACCOUNTING_LINE_TYPE_CODE

Columns

Name Datatype Length Precision Not-null Comments
AMB_CONTEXT_CODE VARCHAR2 30 Yes Internal context code that is associated to accounting method builder.
APPLICATION_ID NUMBER 18 Yes Functional area within a software suite of products. For example, Financials or Payroll.
EVENT_CLASS_CODE VARCHAR2 30 Yes Unique abbreviated name assigned to an event class and used for reporting or in reference to an option.
EVENT_TYPE_CODE VARCHAR2 30 Yes Unique abbreviated name assigned to an event type and used for reporting or in reference to an option.
LINE_DEFINITION_OWNER_CODE VARCHAR2 30 Yes Journal line definition owner code.
LINE_DEFINITION_CODE VARCHAR2 30 Yes Short name associated with the journal line definition.
ACCOUNTING_LINE_TYPE_CODE VARCHAR2 30 Yes Code to determine whether the journal line rule is predefined by subledger application.
ACCOUNTING_LINE_CODE VARCHAR2 30 Yes Short name of a rule to convert transactional data into a journal entry line.
MPA_ACCOUNTING_LINE_TYPE_CODE VARCHAR2 30 Yes Multiperiod journal line owner code.
MPA_ACCOUNTING_LINE_CODE VARCHAR2 30 Yes Abbreviated name of a multiperiod journal line code.
INHERIT_DESC_FLAG VARCHAR2 1 Yes Decides whether the journal entry description will be inherited if the multiperiod journal line rule assigned has a business flow method of Prior Entry.
DESCRIPTION_TYPE_CODE VARCHAR2 30 Multiperiod journal line description owner code.
DESCRIPTION_CODE VARCHAR2 30 Multiperiod journal line description code.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
XLA_MPA_JLT_ASSGNS_U1 Unique Default AMB_CONTEXT_CODE, APPLICATION_ID, EVENT_CLASS_CODE, EVENT_TYPE_CODE, LINE_DEFINITION_OWNER_CODE, LINE_DEFINITION_CODE, ACCOUNTING_LINE_CODE, ACCOUNTING_LINE_TYPE_CODE, MPA_ACCOUNTING_LINE_CODE, MPA_ACCOUNTING_LINE_TYPE_CODE