XLA_MAPPING_SET_VALUES_

This table contains output values map to each combination of input values for a mapping set.

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

XLA_MAPPING_SET_VALUES_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, MAPPING_SET_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
MAPPING_SET_VALUE_ID NUMBER 18 Yes Identifier of mapping set value.
MAP_PREC NUMBER 2 Number of wildcard characters used in a mapping
MAPPING_SET_FLAVOR_ID NUMBER 18 Foreign key to the parent flavors surrogate key. It helps the accounting engine to improve performance.
APPLICATION_ID NUMBER 18 Identifier of a functional area within a software suite of products. For example: Financials, or Payroll.
MAPPING_SET_CODE VARCHAR2 30 Short name of a mapping rule that is defined based on input source values to target segment or account.
AMB_CONTEXT_CODE VARCHAR2 30 Accounting methods builder context.
VALUE_CONSTANT VARCHAR2 240 Output value associated with a mapping when no default output is specified.
VALUE_CODE_COMBINATION_ID NUMBER 18 Output code combination identifier.
ENABLED_FLAG VARCHAR2 1 Indicates if mappings are enabled.
TRANSACTION_COA_ID NUMBER 18 Chart of accounts identifier for the input value.
INPUT_VALUE_CONSTANT1 VARCHAR2 240 Input value constant 1 of a mapping.
INPUT_VALUE_CONSTANT2 VARCHAR2 240 Input value constant 2 of a mapping.
INPUT_VALUE_CONSTANT3 VARCHAR2 240 Input value constant 3 of a mapping.
INPUT_VALUE_CONSTANT4 VARCHAR2 30 Input value constant 4 of a mapping.
INPUT_VALUE_CONSTANT5 VARCHAR2 30 Input value constant 5 of a mapping.
INPUT_VALUE_CONSTANT6 VARCHAR2 30 Input value constant 6 of a mapping.
INPUT_VALUE_CONSTANT7 VARCHAR2 30 Input value constant 7 of a mapping.
INPUT_VALUE_CONSTANT8 VARCHAR2 30 Input value constant 8 of a mapping.
INPUT_VALUE_CONSTANT9 VARCHAR2 30 Input value constant 9 of a mapping.
INPUT_VALUE_CONSTANT10 VARCHAR2 30 Input value constant 10 of a mapping.
STRIPE_ID NUMBER 18 Indicates to which chart of accounts of value set the output value is associated.
INPUT_HASH VARCHAR2 32 Data set mapping algorithm for INPUT_VALUE_CONSTANT1 through 10.
OBJECT_VERSION_NUMBER NUMBER 9 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 Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 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.
CONCAT_INPUT VARCHAR2 4000 Concatenated input values of a mapping.
EFFECTIVE_START_DATE DATE Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
XLA_MAPPING_SET_VALUESN1_ Non Unique Default MAPPING_SET_VALUE_ID, LAST_UPDATE_DATE
XLA_MAPPING_SET_VALUES_U1_ Unique FUSION_TS_TX_DATA LAST_UPDATE_DATE, LAST_UPDATED_BY, MAPPING_SET_VALUE_ID