XLA_MPA_HEADER_AC_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_HEADER_AC_ASSGNS_PK

AMB_CONTEXT_CODE, APPLICATION_ID, EVENT_CLASS_CODE, EVENT_TYPE_CODE, LINE_DEFINITION_OWNER_CODE, LINE_DEFINITION_CODE, ACCOUNTING_LINE_TYPE_CODE, ACCOUNTING_LINE_CODE, ANALYTICAL_CRITERION_CODE, ANALYTICAL_CRITERION_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 of a journal line definition.
ACCOUNTING_LINE_TYPE_CODE VARCHAR2 30 Yes Indicates 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.
ANALYTICAL_CRITERION_TYPE_CODE VARCHAR2 30 Yes Multiperiod header analytical criterion owner code.
ANALYTICAL_CRITERION_CODE VARCHAR2 30 Yes Multiperiod header analytical criterion 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_HEADER_AC_ASSGNS_U1 Unique Default AMB_CONTEXT_CODE, APPLICATION_ID, EVENT_CLASS_CODE, EVENT_TYPE_CODE, LINE_DEFINITION_OWNER_CODE, LINE_DEFINITION_CODE, ACCOUNTING_LINE_TYPE_CODE, ACCOUNTING_LINE_CODE, ANALYTICAL_CRITERION_CODE, ANALYTICAL_CRITERION_TYPE_CODE