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_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 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 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.
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_TEMPLATES_BN1_ Non Unique Default STRATEGY_TEMP_ID, LAST_UPDATE_DATE
IEX_STRATEGY_TEMPLATES_B_U1_ Unique FUSION_TS_SEED LAST_UPDATE_DATE, LAST_UPDATED_BY, STRATEGY_TEMP_ID