XLA_MPA_JLT_ADR_ASSGNS
This table contains the account derivation rules 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_ADR_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, FLEXFIELD_SEGMENT_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 | Unique abbreviated name assigned to a journal line rule and used for reporting or in reference to an option. | |
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. | |
FLEXFIELD_SEGMENT_CODE | VARCHAR2 | 30 | Yes | Segment code of the accounting flexfield. | |
SEGMENT_RULE_TYPE_CODE | VARCHAR2 | 30 | Accounting derivation rule owner code. | ||
SEGMENT_RULE_CODE | VARCHAR2 | 30 | Accounting derivation rule code. | ||
SEGMENT_RULE_APPL_ID | NUMBER | 18 | Internal identifier of the application to which the accounting derivation rule belongs. | ||
INHERIT_ADR_FLAG | VARCHAR2 | 1 | Yes | Decides whether the account derivation rule will be inherited if the multiperiod journal line type assigned has a business flow method of Prior Entry. | |
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 | Columns |
---|---|---|
XLA_MPA_JLT_ADR_ASSGNS_U1 | Unique | 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, FLEXFIELD_SEGMENT_CODE |