ZMM_ACTY_TEMPLATES

This is the activity template table which stores the set of templates for a given object.

Details

  • Schema: FUSION

  • Object owner: ZMM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZMM_ACTY_TEMPLATES_PK

TEMPLATE_ID

Columns

Name Datatype Length Precision Not-null Comments
TEMPLATE_ID NUMBER 18 Yes Unique Row Id of the table that identifies the template.
CUSTOM_RELATIONSHIP VARCHAR2 2000 Stores the relationship name between Custom Object and Activity.
SOURCE_OBJECT_CODE VARCHAR2 30 Yes Type of business object code associated with templates.
SUB_TYPE_CODE VARCHAR2 30 Sub Type of the template (e.g strategy)
TEMPLATE_NAME VARCHAR2 50 Name of the template.This is a summary field.
TEMPLATE_DESC VARCHAR2 250 A detailed description of the template.
ACTIVE_FLAG VARCHAR2 1 Flag to identify that template is active or not.
SET_ID NUMBER 18 Yes Identifies a set of reference data shared across business units and other entities. Also known as Reference Data Sets, they are used to filter reference data in transactional UIs.
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.
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.
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.
USER_LAST_UPDATE_DATE TIMESTAMP Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server).
CONFLICT_ID NUMBER 18 Yes Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server).
UPG_SOURCE_OBJECT_ID NUMBER 18 Primary key value of the record in the source table that is upgraded to rel9 activity record.
ORCHESTRATION_ID NUMBER 18 Unique Id to identify the Orchestration Process

Foreign Keys

Table Foreign Table Foreign Key Column
ZMM_ACTY_TEMPLATES zmm_objects_b SOURCE_OBJECT_CODE
zmm_acty_activities zmm_acty_templates TEMPLATE_ID

Indexes

Index Uniqueness Tablespace Columns
ZMM_ACTY_TEMPLATES_N1 Non Unique Default ACTIVE_FLAG
ZMM_ACTY_TEMPLATES_N2 Non Unique Default UPG_SOURCE_OBJECT_ID
ZMM_ACTY_TEMPLATES_PK Unique Default TEMPLATE_ID
ZMM_ACTY_TEMPLATES_U1 Unique Default SOURCE_OBJECT_CODE, SET_ID, TEMPLATE_NAME