MOW_SUGGESTED_ACT_TEMPLS_TL

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_SUGG_ACT_TEMPL_TL_PK

SUGGESTED_ACT_TEMPLATE_ID, LANGUAGE

Columns

Name Datatype Length Precision Not-null Comments
SUGGESTED_ACT_TEMPLATE_ID NUMBER 18 Yes Primary key column to store unique id for row.
DESC_TEXT VARCHAR2 500 Description of suggested activity template.
SOURCE_LANG VARCHAR2 4 Yes Indicates the code of the language in which the contents of the translatable columns were originally created.
LANGUAGE VARCHAR2 4 Yes Indicates the code of the language into which the contents of the translatable columns are translated.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MOW_SUGGESTED_ACT_TEMPLS_TL mow_suggested_act_templs_b SUGGESTED_ACT_TEMPLATE_ID

Indexes

Index Uniqueness Tablespace Columns Status
MOW_SUGGESTED_ACT_TEMPLS_TL_F1 Non Unique Default SUGGESTED_ACT_TEMPLATE_ID Obsolete
MOW_SUGGESTED_ACT_TEMPLS_TL_PK Unique Default SUGGESTED_ACT_TEMPLATE_ID, LANGUAGE