POR_AMX_CONDITION_INS

This table contains value data for conditions that use the "is in" operator. Each row contains one value.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

POR_AMX_CONDITION_INS_PK

CONDITION_IN_ID

Columns

Name Datatype Length Precision Not-null Comments Status
CONDITION_IN_ID NUMBER Yes Unique ID of the "condition in". Active
PARENT_CONDITION_ID NUMBER Yes ID of the condition that this "condition in" is a part of. Active
ATTRIBUTE_VALUE_INPUT_TEXT VARCHAR2 150 Value for the right side of a condition, used if the user uses an InputText to input a string value. Active
ATTRIBUTE_VALUE_NUMBER NUMBER Value for the right side of a condition, used if the user uses an InputText to input a numeric value. Active
STORED_ATTRIBUTE_VALUE VARCHAR2 150 Value for the right side of a condition, used if the user selects the value from an LOV, choicelist, or LOV choicelist. Active
CONDITION_IN_VALID_FLAG VARCHAR2 1 Flag that determines if a "condition in" is valid. Active
CONDITION_IN_VISIBLE_FLAG VARCHAR2 1 Flag that determines if a "condition in" is visible. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
SANDBOX_FLAG VARCHAR2 1 Flag that determines whether or not this "condition in" is part of a sandbox rule.

Indexes

Index Uniqueness Tablespace Columns Status
POR_AMX_CONDITION_INS_N1 Non Unique FUSION_TS_TX_DATA PARENT_CONDITION_ID
POR_AMX_CONDITION_INS_U1 Unique FUSION_TS_TX_IDX CONDITION_IN_ID Active