IEX_STRATEGY_TEMPLATES_B

Template details for a strategy.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

IEX_STRATEGY_TEMPLATES_B_PK

STRATEGY_TEMP_ID

Columns

Name Datatype Length Precision Not-null Comments
STRATEGY_TEMP_ID NUMBER 18 Yes Primary Key
STRATEGY_RANK VARCHAR2 10 Rank of strategy work item
ENABLED_FLAG VARCHAR2 15 Determines whether a template is enabled or disabled
CATEGORY_TYPE VARCHAR2 60 Template category
CHANGE_STRATEGY_YN VARCHAR2 4 Allow to change strategy
CHECK_LIST_YN VARCHAR2 3 Check List YN
CHECK_LIST_TEMP_ID NUMBER 18 Check List Temp Id
VALID_FROM_DT DATE Template valid from date
VALID_TO_DT DATE Template valid to date
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 not used for fusion
STRATEGY_TEMP_GROUP_ID NUMBER 18 Template group id
OBJECT_FILTER_ID NUMBER 18 Object filter from iex object filters table
STRATEGY_LEVEL NUMBER Stragey level
SCORE_TOLERANCE NUMBER Score tolerance
GROUP_SUBNAME VARCHAR2 60 Group subname
STRATEGY_ORDER_ID NUMBER 18 Strategy Order Id
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.
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_templates_b STRATEGY_TEMPLATE_ID

Indexes

Index Uniqueness Tablespace Columns
IEX_STRATEGY_TEMPLATES_B_N1 Non Unique FUSION_TS_SEED STRATEGY_RANK
IEX_STRATEGY_TEMPLATES_B_N2 Non Unique FUSION_TS_SEED CATEGORY_TYPE, CHECK_LIST_YN, ENABLED_FLAG
IEX_STRATEGY_TEMPLATES_B_U1 Unique FUSION_TS_SEED STRATEGY_TEMP_ID, ORA_SEED_SET1
IEX_STRATEGY_TEMPLATES_B_U11 Unique FUSION_TS_SEED STRATEGY_TEMP_ID, ORA_SEED_SET2