POR_AMX_RULES

This table contains top-level information about approval rules.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

POR_AMX_RULES_PK

RULE_ID

Columns

Name Datatype Length Precision Not-null Comments Status
RULE_ID NUMBER Yes Unique ID of the rule. Active
RULE_NUMBER NUMBER Yes Sequence number of the rule.
PARTICIPANT_ID NUMBER Yes ID of the AMX participant that this rule is part of. Active
RULE_NAME VARCHAR2 150 Yes Backend name for the rule. Active
DISPLAY_RULE_NAME VARCHAR2 150 Rule name displayed on the UI, chosen by the user. Active
ACTIVE_FLAG VARCHAR2 1 Flag that determines whether a rule is active or not. Active
DESCRIPTION VARCHAR2 1000 User-defined description of the rule. Active
CONDITIONS_STRING VARCHAR2 1000 String that describes the conditions in the rule to the user. Active
ALWAYS_APPLY_FLAG VARCHAR2 1 Flag that determines whether or not a rule always applies. Active
TASK_ID NUMBER Identifier of the task that this rule is part of.
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 rule is a sandbox rule.
PRIORITY VARCHAR2 50 Priority of the rule.

Indexes

Index Uniqueness Tablespace Columns Status
POR_AMX_RULES_U1 Unique FUSION_TS_TX_IDX RULE_ID Active
POR_AMX_RULES_U2 Unique Default PARTICIPANT_ID, RULE_NAME, SANDBOX_FLAG
POR_AMX_RULES_U3 Unique Default PARTICIPANT_ID, DISPLAY_RULE_NAME, SANDBOX_FLAG