ZMM_ACTY_SUBTYPES_TL
Activity Subtypes translation table stores translations for activity subtypes found in base table in different languages.
Details
-
Schema: FUSION
-
Object owner: ZMM
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZMM_ACTY_SUBTYPES_TL_PK |
ACTIVITY_SUBTYPE_ID, LANGUAGE |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| ACTIVITY_SUBTYPE_ID | NUMBER | Yes | ACTIVITY_SUBTYPE_ID | |
| LANGUAGE | VARCHAR2 | 4 | Yes | Indicates the code of the language into which the contents of the translatable columns are translated. |
| MEANING | VARCHAR2 | 80 | Yes | MEANING |
| SOURCE_LANG | VARCHAR2 | 4 | Yes | Indicates the code of the language in which the contents of the translatable columns were originally created. |
| 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 |
|---|---|---|
| ZMM_ACTY_SUBTYPES_TL | zmm_acty_subtypes_b | ACTIVITY_SUBTYPE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZMM_ACTY_SUBTYPES_TL_U1 | Unique | Default | ACTIVITY_SUBTYPE_ID, LANGUAGE, MEANING, SOURCE_LANG |
| ZMM_ACTY_SUBTYPES_TL_U2 | Unique | Default | ACTIVITY_SUBTYPE_ID, LANGUAGE |