ZMM_ACTY_SUBTYPES_B

Activity Subtypes base table stores all activity subtyes related to activity types.

Details

  • Schema: FUSION

  • Object owner: ZMM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZMM_ACTY_SUBTYPES_B_PK

ACTIVITY_SUBTYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTIVITY_SUBTYPE_ID NUMBER 18 Yes ACTIVITY_SUBTYPE_ID
ACTIVITY_SUBTYPE_CODE VARCHAR2 30 Yes ACTIVITY_SUBTYPE_CODE
ACTIVITY_TYPE_CODE VARCHAR2 30 Yes ACTIVITY_TYPE_CODE
ENABLED_FLAG VARCHAR2 1 Yes ENABLED_FLAG
DEFAULT_FLAG VARCHAR2 1 Yes DEFAULT_FLAG
START_DATE_ACTIVE DATE START_DATE_ACTIVE
END_DATE_ACTIVE DATE END_DATE_ACTIVE
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_B_U1 Unique Default ACTIVITY_SUBTYPE_ID
ZMM_ACTY_SUBTYPES_B_U2 Unique Default ACTIVITY_SUBTYPE_CODE, ACTIVITY_TYPE_CODE