POR_AMX_ACTIONS
This table contains data for rule actions. Each row contains one action.
Details
-
Schema: FUSION
-
Object owner: POR
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
POR_AMX_ACTIONS_PK |
ACTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| ACTION_ID | NUMBER | Yes | Unique ID of the action. | Active | ||
| ACTION_NUMBER | NUMBER | Yes | Sequence number of the action. | |||
| RULE_ID | NUMBER | Yes | ID of the rule that this action is part of. | Active | ||
| RULE_NAME | VARCHAR2 | 150 | Yes | Name of the rule that this action is part of. | Active | |
| TASK_ID | NUMBER | Yes | ID of the task that this action's rule is part of. | Active | ||
| ACTION_CODE | VARCHAR2 | 30 | Code for the action type. | Active | ||
| ROUTE_USING_CODE | VARCHAR2 | 30 | Code describing the routing used by this action. | Active | ||
| SUP_CHAIN_OF_CODE | VARCHAR2 | 30 | Code describing the supervisory chain used by this action. | Active | ||
| START_WITH_CODE | VARCHAR2 | 30 | Code describing the starting point of a supervisory action. | Active | ||
| WORKER_ID | NUMBER | ID of the worker used as a starting point for a supervisory action. | Active | |||
| NUMBER_OF_APPROVAL_LEVELS | NUMBER | Number of levels approval must go through before completion. | Active | |||
| DO_NOT_ROUTE_BEYOND_ID | NUMBER | ID of the worker an action should not route beyond. | Active | |||
| APPROVAL_GROUP_NAME | VARCHAR2 | 150 | Name of the approval group to be routed to if applicable. | Active | ||
| ALLOW_EMPTY_GROUPS_FLAG | VARCHAR2 | 1 | Flag that determines if empty approval groups are allowed for this action. | Active | ||
| SET_OUTCOME_TO_CODE | VARCHAR2 | 30 | Code describing the outcome for an automatic action. | Active | ||
| MINIMUM_JOB_LEVEL | NUMBER | Minimum job level for a job-level action. | Active | |||
| INCLUDE_CODE | VARCHAR2 | 30 | Code for whom to include in a job-level action. | Active | ||
| USER_TYPE_CODE | VARCHAR2 | 30 | Code describing the user type for a single approver action. | Active | ||
| POSITION_HIERARCHY | VARCHAR2 | 150 | Position hierarchy for a positional action. | Active | ||
| POSITION_CHAIN_OF_CODE | VARCHAR2 | 30 | Code describing the positional chain used by this action. | Active | ||
| POSITION_START_WITH_CODE | VARCHAR2 | 30 | Code describing the starting point of a positional action. | Active | ||
| POSITION_ID | NUMBER | ID of the position that a positional action should not route beyond. | Active | |||
| CUSTOM_ROUTING_ATTR_ID | NUMBER | ID of the attribute used for a custom routing action. | Active | |||
| VALID_ACTION_FLAG | VARCHAR2 | 1 | Flag that determines if the action is valid. | Active | ||
| DIMENSION_LEVEL | NUMBER | Dimension level of the action. | 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 action is part of a sandbox rule. |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| POR_AMX_ACTIONS_N1 | Non Unique | FUSION_TS_TX_DATA | RULE_ID | |
| POR_AMX_ACTIONS_U1 | Unique | FUSION_TS_TX_IDX | ACTION_ID | Active |