XLA_MPA_JLT_AC_ASSGNS
This table contains the analytical criteria assigned to multiperiod journal lines for accrual journal line types of a journal lines definition.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
XLA_MPA_JLT_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, MPA_ACCOUNTING_LINE_TYPE_CODE, MPA_ACCOUNTING_LINE_CODE, ANALYTICAL_CRITERION_TYPE_CODE, ANALYTICAL_CRITERION_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 | Identifier of a 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 associated with the 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 multiperiod journal line. | |
ANALYTICAL_CRITERION_TYPE_CODE | VARCHAR2 | 30 | Yes | Multiperiod journal line analytical criterion owner code. | |
ANALYTICAL_CRITERION_CODE | VARCHAR2 | 30 | Yes | Multiperiod journal line analytical criterion code. | |
MPA_INHERIT_AC_FLAG | VARCHAR2 | 1 | Yes | Decides whether the analytical criteria for the multiperiod accrual journal line is inherited from its parent journal line. | |
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_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, MPA_ACCOUNTING_LINE_TYPE_CODE, MPA_ACCOUNTING_LINE_CODE, ANALYTICAL_CRITERION_TYPE_CODE, ANALYTICAL_CRITERION_CODE |