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_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 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 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
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_STRATEGY_TEMPLATE_GRN1_ Non Unique Default GROUP_ID, LAST_UPDATE_DATE
IEX_STRATEGY_TEMP_GROUPS_U1_ Unique FUSION_TS_SEED LAST_UPDATE_DATE, LAST_UPDATED_BY, GROUP_ID