IEX_STRATEGY_TEMPLATE_GROUPS

Strategy details grouped within a strategy method.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

IEX_STRATEGY_TEMPLATE_GRP_PK

GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments
STRATEGY_GROUP_ID NUMBER 18 Strategy Group Id
STRATEGY_GROUP_NAME VARCHAR2 200 Strategy group name
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.
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_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.
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_ID NUMBER Program Id
PROGRAM_UPDATE_DATE DATE Program Update Date
STRATEGY_TEMP_ID NUMBER 18 Strategy Template Id
STRATEGY_ORDER_ID NUMBER 18 Strategy Order
GROUP_ID NUMBER 18 Yes Group Id
GROUP_NAME VARCHAR2 200 Group Name
STRATEGY_RANK VARCHAR2 10 Strategy Rank
ENABLED_FLAG VARCHAR2 15 Strategy enabled yn
CATEGORY_TYPE VARCHAR2 60 Category Type
CHANGE_STRATEGY_YN VARCHAR2 4 Change Strategy YN
CHECK_LIST_YN VARCHAR2 3 Check List YN
CHECK_LIST_TEMP_ID NUMBER 18 Check List Temp Id
VALID_FROM_DT DATE Valid From Date
VALID_TO_DT DATE Valid To Date
OBJECT_FILTER_ID NUMBER 18 Object Filter Id
SCORING_ENGINE_ID NUMBER 18 Score Engine Id
STRATEGY_LEVEL NUMBER Strategy Level
SCORE_TOLERANCE NUMBER Score Tolerance
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 group contains transaction level tasks only.
TRANSACTION_SEGMENT_FLAG VARCHAR2 1 Indicates whether the strategy group has segments defined at the transaction level. Possible values are Y, N, and blank. N or blank indicates that the strategy does not have the transaction segments.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
iex_strategy_segments iex_strategy_template_groups STRATEGY_GROUP_ID

Indexes

Index Uniqueness Tablespace Columns
IEX_STRATEGY_TEMP_GROUPS_U1 Unique FUSION_TS_SEED GROUP_ID, ORA_SEED_SET1
IEX_STRATEGY_TEMP_GROUPS_U11 Unique FUSION_TS_SEED GROUP_ID, ORA_SEED_SET2