IEX_STRATEGIES

Strategy methods detailed information.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

IEX_STRATEGIES_PK

STRATEGY_ID

Columns

Name Datatype Length Precision Not-null Comments
STRATEGY_ID NUMBER 18 Yes Primary Key for strategies table
STRATEGY_ASSIGNMENT_MATRIX_ID NUMBER 18 Identifier of a strategy assignment matrix.
STATUS_CODE VARCHAR2 30 Status of the strategy
STRATEGY_TEMPLATE_ID NUMBER 18 Template Id of the strategy used
DELINQUENCY_ID NUMBER 18 Delinquency_id from iex_delinquencies_all table is stored in this column
OBJECT_TYPE VARCHAR2 30 Object Type of the strategy
OBJECT_ID NUMBER 18 Object Id of the strategy
CUST_ACCOUNT_ID NUMBER 18 Cust Account Id of the strategy
PARTY_ID NUMBER 18 Party id of the strategy
SCORE_VALUE NUMBER Score value of the strategy
NEXT_WORK_ITEM_ID NUMBER 18 Next work item in Queue
USER_WORK_ITEM_YN VARCHAR2 2 Specifies whether this is user work item or not
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 Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
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.
SECURITY_GROUP_ID NUMBER SECURITY_GROUP_ID
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 Standard column
PROGRAM_ID NUMBER 18 Standard column
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
PROGRAM_UPDATE_DATE DATE PROGRAM_UPDATE_DATE
CHECKLIST_STRATEGY_ID NUMBER 18 Checklist strategy Id
CHECKLIST_YN VARCHAR2 6 Check list YN
STRATEGY_LEVEL NUMBER 18 Level of the strategy
JTF_OBJECT_TYPE VARCHAR2 30 Jtf Object reference not used for fusion
JTF_OBJECT_ID NUMBER 18 Jtf object reference not used for fusion
CUSTOMER_SITE_USE_ID NUMBER 18 Site use Id
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.

Foreign Keys

Table Foreign Table Foreign Key Column
iex_delinq_summaries_all iex_strategies STRATEGY_ID

Indexes

Index Uniqueness Tablespace Columns
IEX_STRATEGIES_N1 Non Unique FUSION_TS_TX_DATA DELINQUENCY_ID
IEX_STRATEGIES_N2 Non Unique FUSION_TS_TX_DATA PARTY_ID, STATUS_CODE
IEX_STRATEGIES_N3 Non Unique FUSION_TS_TX_DATA OBJECT_ID, OBJECT_TYPE
IEX_STRATEGIES_N4 Non Unique FUSION_TS_TX_DATA JTF_OBJECT_ID, JTF_OBJECT_TYPE
IEX_STRATEGIES_N5 Non Unique FUSION_TS_TX_DATA ORG_ID
IEX_STRATEGIES_N6 Non Unique FUSION_TS_TX_DATA STATUS_CODE, REQUEST_ID
IEX_STRATEGIES_N7 Non Unique FUSION_TS_TX_DATA CHECKLIST_STRATEGY_ID
IEX_STRATEGIES_U1 Unique FUSION_TS_TX_DATA STRATEGY_ID