MOW_SUGGESTED_ACT_TEMPLS_B

Intersection table between Assessment template and Activity templates. Resolves m-m between those tables.

Details

  • Schema: FUSION

  • Object owner: MOW

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MOW_SUGGESTED_ACT_TEMPL_B_PK

SUGGESTED_ACT_TEMPLATE_ID

Columns

Name Datatype Length Precision Not-null Comments
SUGGESTED_ACT_TEMPLATE_ID NUMBER 18 Yes Primary key column to store unique id for row.
SUGGESTED_ACT_TEMPLATE_NUMBER VARCHAR2 64 alternate key
ASSESS_TEMPLATE_ID NUMBER 18 Yes Stores the assessment template id foreign key
ACTIVITY_TEMPLATE_ID NUMBER 18 Yes Stores Activity template id foreign key
DELETED_FLAG VARCHAR2 1 Column to support soft delete.
FILTER_LOW_SCORE NUMBER 10 Low score in filter criteria to filter strategy templates based on assessment score
FILTER_HIGH_SCORE NUMBER 10 High score in filter criteria to filter strategy templates based on assessment score
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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
MOW_SUGGESTED_ACT_TEMPLS_B mow_assess_templates_b ASSESS_TEMPLATE_ID
mow_suggested_act_templs_tl mow_suggested_act_templs_b SUGGESTED_ACT_TEMPLATE_ID

Indexes

Index Uniqueness Tablespace Columns
MOW_SUGGESTED_ACT_TEMPLS_U1 Unique Default SUGGESTED_ACT_TEMPLATE_ID
MOW_SUGGESTED_ACT_TEMPLS_U2 Unique Default SUGGESTED_ACT_TEMPLATE_NUMBER
MOW_SUGGESTED_ACT_TEMPL_B_F1 Non Unique Default ASSESS_TEMPLATE_ID
MOW_SUGGESTED_ACT_TEMPL_B_F2 Non Unique Default ACTIVITY_TEMPLATE_ID