IEX_STRY_TEMP_WORK_ITEMS_B_

This table stores strategy task work items.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

IEX_STRY_TEMP_WORK_ITEMS_B_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, WORK_ITEM_TEMP_ID

Columns

Name Datatype Length Precision Not-null Comments
WORK_ITEM_TEMP_ID NUMBER 18 Yes Work Item Template Id
COMPETENCE_ID NUMBER 18 Competence Id
WORK_TYPE VARCHAR2 30 Work Item
CATEGORY_TYPE VARCHAR2 30 Category Type
PRIORITY_TYPE VARCHAR2 30 Priority Type
OPTIONAL_YN VARCHAR2 5 Optional YN
OPTION_WAIT_TIME NUMBER Optional Wait Time
OPTION_WAIT_TIME_UOM VARCHAR2 60 Optional Wait Time UOM
PRE_EXECUTION_WAIT NUMBER 18 Pre Execution Wait
POST_EXECUTION_WAIT NUMBER 18 Post Execution Wait
EXECUTION_TIME_UOM VARCHAR2 60 Execution Time UOM
CLOSURE_TIME_LIMIT NUMBER Closure time limit
CLOSURE_TIME_UOM VARCHAR2 60 Closure time limit UOM
WORKFLOW_ITEM_TYPE VARCHAR2 60 Workflow item type
SAME_RESOURCE_YN VARCHAR2 6 Same resource YN
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.
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.
PROGRAM_ID NUMBER Program ID
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_APPLICATION_ID NUMBER Program Application ID
PROGRAM_UPDATE_DATE DATE Program update date
SECURITY_GROUP_ID NUMBER Security group ID
FULFIL_TEMP_ID NUMBER 25 Fulfillment temp id retained for backport compatibility
FULFIL_TEMP_NAME VARCHAR2 240 Fulfillment template name introduced for fusion
ESCALATE_YN VARCHAR2 6 Escalate YN
NOTIFY_YN VARCHAR2 3 Notify YN
SCHEDULE_WAIT NUMBER Schedule wait
SCHEDULE_UOM VARCHAR2 60 Schedule UOM
ENABLED_FLAG VARCHAR2 15 Enabled flag
XDO_TEMPLATE_ID NUMBER Xdo Template Id retained for backport compatibility
TEMPLATE_NAME VARCHAR2 240 Template Name introduced for fusion
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
TRX_LEVEL_FLAG VARCHAR2 1 Indicates the strategy task is transaction level.
EXECUTION_CONDITION_CODE VARCHAR2 30 Specifies the transaction attribute which is part of the condition that determines when the transaction level strategy task should be open for a particular transaction. For example, if the condition is Day Late greater than 10, the transaction attribute is Days Late. Valid values are from the lookup type ORA_IEX_STR_TRX_EXEC_TIME and example of possible values is Days Late.
EXECUTION_CONDITION_OPERATOR VARCHAR2 30 Specifies the operator which is part of the condition that determines when the transaction level strategy task should be open for a particular transaction. For example, if the condition is Day Late greater than 10, the operator is greater than.
EXECUTION_CONDITION_VALUE NUMBER Specifies the transaction attribute value which is part of the condition that determines when the transaction level strategy task should be open for a particular transaction. For example, if the condition is Day Late greater than 10, the transaction attribute value is 10.
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
IEX_STRY_TEMP_WORK_ITEMS_B_U1_ Unique FUSION_TS_TX_DATA LAST_UPDATE_DATE, LAST_UPDATED_BY, WORK_ITEM_TEMP_ID
STRY_TMP_WRK_ITMS_BN1_ Non Unique Default WORK_ITEM_TEMP_ID, LAST_UPDATE_DATE