IEX_STRATEGY_USER_ITEMS
Additional tasks added by a user to a strategy.
Details
-
Schema: FUSION
-
Object owner: IEX
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
IEX_STRATEGY_USER_ITEMS_PK |
STRATEGY_USER_ITEM_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| STRATEGY_USER_ITEM_ID | NUMBER | 18 | Yes | Strategy User Item ID | |
| STRATEGY_ID | NUMBER | 18 | Yes | Strategy ID | |
| WORK_ITEM_TEMP_ID | NUMBER | 18 | Yes | Work Item Template Id | |
| WORK_ITEM_ORDER | NUMBER | 18 | Order of the work item | ||
| STRATEGY_TEMPLATE_ID | NUMBER | 18 | Yes | Strategy Template Id | |
| 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. | ||
| 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. | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| SECURITY_GROUP_ID | NUMBER | Security Group Id | |||
| PROGRAM_ID | NUMBER | 18 | Program Id | ||
| PROGRAM_APPLICATION_ID | NUMBER | Program Application Id | |||
| PROGRAM_UPDATE_DATE | DATE | Program Update Date | |||
| OPERATION | VARCHAR2 | 25 | Operation | ||
| PRE_EXECUTION_WAIT | NUMBER | Pre Execution Wait Time | |||
| PRE_EXECUTION_TIME_UOM | VARCHAR2 | 240 | Pre Execution Wait UOM | ||
| POST_EXECUTION_WAIT | NUMBER | Post Execution Wait time | |||
| EXECUTION_TIME_UOM | VARCHAR2 | 240 | Post Execution Wait time UOM | ||
| XDO_TEMP_ID | NUMBER | Not used for Fusion | |||
| OPTIONAL_YN | VARCHAR2 | 5 | Optional YN | ||
| OPTIONAL_WAIT_TIME | NUMBER | Optional Wait time | |||
| OPTIONAL_WAIT_TIME_UOM | VARCHAR2 | 60 | Optional Wait time UOM | ||
| RESOURCE_ID | NUMBER | 18 | Resource Id | ||
| NOTIFY_YN | VARCHAR2 | 3 | Notify YN | ||
| ESCALATE_YN | VARCHAR2 | 6 | Esclate YN | ||
| ESCALATE_WAIT_TIME | NUMBER | Escalate Wait Time | |||
| ESCALATE_WAIT_TIME_UOM | VARCHAR2 | 60 | Escalate Wait Time UOM | ||
| CUSTOM_WORKFLOW_TYPE | VARCHAR2 | 240 | Custom Workflow Type | ||
| TEMPLATE_NAME | VARCHAR2 | 240 | Template Name Introduced for Fusion | ||
| PAYMENT_SCHEDULE_ID | NUMBER | 18 | Specifies the payment schedule that the user task assignment is associated with. | ||
| COMMENTS | VARCHAR2 | 1000 | Comments on the Collections strategy user task. | ||
| OUTCOME_TYPE_CODE | VARCHAR2 | 30 | The outcome type code for the Collections strategy user task. Valid values are included in the lookup type ORA_IEX_STRA_TASK_OUTCOME_TYPE, such as GENERAL. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| IEX_STRATEGY_USER_ITEMS_N1 | Non Unique | FUSION_TS_TX_DATA | STRATEGY_TEMPLATE_ID, WORK_ITEM_ORDER |
| IEX_STRATEGY_USER_ITEMS_N2 | Non Unique | FUSION_TS_TX_DATA | STRATEGY_ID |
| IEX_STRATEGY_USER_ITEMS_U1 | Unique | FUSION_TS_TX_DATA | STRATEGY_USER_ITEM_ID |